aboutsummaryrefslogtreecommitdiffstats
path: root/math/cln
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-03-13 11:18:40 +0800
committerijliao <ijliao@FreeBSD.org>2002-03-13 11:18:40 +0800
commit93919598bdbf2360867a949118b6aa519c0d7778 (patch)
tree6d06723e70fc14b53889b784a88eacbc0b8bf0ad /math/cln
parent5d5f6973dbee689911a25bf0e0b4b4119049dbc5 (diff)
downloadfreebsd-ports-gnome-93919598bdbf2360867a949118b6aa519c0d7778.tar.gz
freebsd-ports-gnome-93919598bdbf2360867a949118b6aa519c0d7778.tar.zst
freebsd-ports-gnome-93919598bdbf2360867a949118b6aa519c0d7778.zip
upgrade to 1.1.4
drop maintainership
Diffstat (limited to 'math/cln')
-rw-r--r--math/cln/Makefile13
-rw-r--r--math/cln/distinfo2
-rw-r--r--math/cln/pkg-descr2
3 files changed, 11 insertions, 6 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 7f1ff22072a0..32f0b70864ed 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -7,17 +7,22 @@
#
PORTNAME= cln
-PORTVERSION= 1.1.2
+PORTVERSION= 1.1.4
CATEGORIES= math devel
MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \
ftp://ftp.santafe.edu/pub/gnu/ \
ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3
USE_LIBTOOL= yes
+CFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/cln --infodir=${PREFIX}/info \
- --mandir=${PREFIX}/man
+ --mandir=${PREFIX}/man --with-gmp
USE_GMAKE= yes
INSTALLS_SHLIB= yes
@@ -25,6 +30,6 @@ INSTALLS_SHLIB= yes
MAN1= cln-config.1
pre-build:
- @(cd ${WRKSRC} ; ${LN} -s ${LOCALBASE}/bin/libtool .)
+ @(cd ${WRKSRC} ; ${LN} -sf ${LOCALBASE}/bin/libtool .)
.include <bsd.port.mk>
diff --git a/math/cln/distinfo b/math/cln/distinfo
index e1947e03ed8d..b3a34814b887 100644
--- a/math/cln/distinfo
+++ b/math/cln/distinfo
@@ -1 +1 @@
-MD5 (cln-1.1.2.tar.gz) = e7de13fc3b13262bb20e642806381943
+MD5 (cln-1.1.4.tar.gz) = 680494c770199af77f0df9beceaf2fa9
diff --git a/math/cln/pkg-descr b/math/cln/pkg-descr
index 0ed3f21cc747..c49671f73cc3 100644
--- a/math/cln/pkg-descr
+++ b/math/cln/pkg-descr
@@ -17,4 +17,4 @@ of numbers known to the Common Lisp language. Therefore CLN can be used
for Common Lisp implementations, giving `CLN' another meaning: it
becomes an abbreviation of "Common Lisp Numbers".
-WWW: http://clisp.cons.org/~haible/packages-cln.html
+WWW: http://www.ginac.de/CLN/