aboutsummaryrefslogtreecommitdiff
path: root/devel/ppl/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-08-23 02:22:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-08-23 02:22:48 +0000
commit9ccb0283a249a9c17e2945eaab6d593818b2098a (patch)
tree9a21fcb08faa58e4a16764fa282fb3e3e772b43b /devel/ppl/Makefile
parente27f80d1207c7430e643d7e754915032ec4910c5 (diff)
downloadports-9ccb0283a249a9c17e2945eaab6d593818b2098a.tar.gz
ports-9ccb0283a249a9c17e2945eaab6d593818b2098a.zip
upgrade to 0.6.1
Notes
Notes: svn path=/head/; revision=117083
Diffstat (limited to 'devel/ppl/Makefile')
-rw-r--r--devel/ppl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile
index bdbfa1d20888..be2069922525 100644
--- a/devel/ppl/Makefile
+++ b/devel/ppl/Makefile
@@ -7,8 +7,8 @@
#
PORTNAME= ppl
-PORTVERSION= 0.5
-PORTREVISION= 1
+PORTVERSION= 0.6.1
+PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/%SUBDIR%/ \
http://www.cs.unipr.it/ppl/Download/ftp/releases/%SUBDIR%/
@@ -20,9 +20,8 @@ COMMENT= The Parma Polyhedra Library
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
USE_GMAKE= yes
+USE_GNOME= gnometarget
GNU_CONFIGURE= yes
-USE_LIBTOOL_VER= 13
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-debugging \
--enable-optimization \
--with-cflags="${CFLAGS}" \
@@ -30,6 +29,7 @@ CONFIGURE_ARGS= --disable-debugging \
--with-gmp-includes="${LOCALBASE}/include" \
--with-gmp-dir="${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
+PORTDOCS= *
.include <bsd.port.pre.mk>