aboutsummaryrefslogtreecommitdiff
path: root/math/rpc/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-16 12:10:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-16 12:10:17 +0000
commit51b1eb82e8b866f120c92adfc7b0598ed6dc644a (patch)
treeb0e8c0930caca24507f9e5cc3314863c756ab20d /math/rpc/Makefile
parent0d6bb222c42faa953af7f9c180b582795fc6804f (diff)
downloadports-51b1eb82e8b866f120c92adfc7b0598ed6dc644a.tar.gz
ports-51b1eb82e8b866f120c92adfc7b0598ed6dc644a.zip
Notes
Diffstat (limited to 'math/rpc/Makefile')
-rw-r--r--math/rpc/Makefile9
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>