summaryrefslogtreecommitdiff
path: root/devel/ppl/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-07 12:52:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-07 12:52:31 +0000
commit134198e6fd872b3df960640c515de3e060182ace (patch)
tree0f9ca9a9ee52965b542939b05b4fe1333838ccec /devel/ppl/Makefile
parentfix configure (diff)
upgrade to 0.4.2
Notes
Notes: svn path=/head/; revision=67552
Diffstat (limited to 'devel/ppl/Makefile')
-rw-r--r--devel/ppl/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile
index 18f4b2c6f29f..a94ae08e0627 100644
--- a/devel/ppl/Makefile
+++ b/devel/ppl/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= ppl
-PORTVERSION= 0.3
+PORTVERSION= 0.4.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/${PORTVERSION}/ \
http://www.cs.unipr.it/ppl/Download/ftp/releases/${PORTVERSION}/
@@ -17,10 +17,15 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
USE_LIBTOOL= yes
+USE_GCC= 3.1
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}"
+USE_GMAKE= yes
INSTALLS_SHLIB= yes
+post-install:
+ @${RMDIR} ${PREFIX}/lib/ppl
+
.include <bsd.port.mk>