diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-16 12:10:17 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-16 12:10:17 +0000 |
commit | 51b1eb82e8b866f120c92adfc7b0598ed6dc644a (patch) | |
tree | b0e8c0930caca24507f9e5cc3314863c756ab20d /math/rpc/Makefile | |
parent | 0d6bb222c42faa953af7f9c180b582795fc6804f (diff) | |
download | ports-51b1eb82e8b866f120c92adfc7b0598ed6dc644a.tar.gz ports-51b1eb82e8b866f120c92adfc7b0598ed6dc644a.zip |
Notes
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> |