diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-13 03:18:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-13 03:18:40 +0000 |
commit | f18caf1371e3394ecc1fff71ac77431b9a4a94f1 (patch) | |
tree | d10dc7c5a462af96d00440be85e3c0d573ffe301 /math/cln | |
parent | 9d4cec932d7191bab51867bda00327a2d84fdbe1 (diff) | |
download | ports-f18caf1371e3394ecc1fff71ac77431b9a4a94f1.tar.gz ports-f18caf1371e3394ecc1fff71ac77431b9a4a94f1.zip |
Notes
Diffstat (limited to 'math/cln')
-rw-r--r-- | math/cln/Makefile | 13 | ||||
-rw-r--r-- | math/cln/distinfo | 2 | ||||
-rw-r--r-- | math/cln/pkg-descr | 2 |
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/ |