upgrade to 1.1.4

drop maintainership
This commit is contained in:
Ying-Chieh Liao 2002-03-13 03:18:40 +00:00
parent 9d4cec932d
commit f18caf1371
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55982
3 changed files with 11 additions and 6 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (cln-1.1.2.tar.gz) = e7de13fc3b13262bb20e642806381943
MD5 (cln-1.1.4.tar.gz) = 680494c770199af77f0df9beceaf2fa9

View file

@ -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/