diff options
Diffstat (limited to 'math/rpc/Makefile')
-rw-r--r-- | math/rpc/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/math/rpc/Makefile b/math/rpc/Makefile index 53310a93c863..25b825cdc574 100644 --- a/math/rpc/Makefile +++ b/math/rpc/Makefile @@ -7,13 +7,18 @@ # PORTNAME= rpc -PORTVERSION= 0.95 +PORTVERSION= 0.96 CATEGORIES= math MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/rpc/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath RUN_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +USE_GMAKE= yes + .include <bsd.port.mk> |