mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
upgrade to 1.1.4
drop maintainership
This commit is contained in:
parent
9d4cec932d
commit
f18caf1371
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55982
@ -7,17 +7,22 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= cln
|
PORTNAME= cln
|
||||||
PORTVERSION= 1.1.2
|
PORTVERSION= 1.1.4
|
||||||
CATEGORIES= math devel
|
CATEGORIES= math devel
|
||||||
MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \
|
MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \
|
||||||
ftp://ftp.santafe.edu/pub/gnu/ \
|
ftp://ftp.santafe.edu/pub/gnu/ \
|
||||||
ftp://ftpthep.physik.uni-mainz.de/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
|
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 \
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/cln --infodir=${PREFIX}/info \
|
||||||
--mandir=${PREFIX}/man
|
--mandir=${PREFIX}/man --with-gmp
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
@ -25,6 +30,6 @@ INSTALLS_SHLIB= yes
|
|||||||
MAN1= cln-config.1
|
MAN1= cln-config.1
|
||||||
|
|
||||||
pre-build:
|
pre-build:
|
||||||
@(cd ${WRKSRC} ; ${LN} -s ${LOCALBASE}/bin/libtool .)
|
@(cd ${WRKSRC} ; ${LN} -sf ${LOCALBASE}/bin/libtool .)
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (cln-1.1.2.tar.gz) = e7de13fc3b13262bb20e642806381943
|
MD5 (cln-1.1.4.tar.gz) = 680494c770199af77f0df9beceaf2fa9
|
||||||
|
@ -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
|
for Common Lisp implementations, giving `CLN' another meaning: it
|
||||||
becomes an abbreviation of "Common Lisp Numbers".
|
becomes an abbreviation of "Common Lisp Numbers".
|
||||||
|
|
||||||
WWW: http://clisp.cons.org/~haible/packages-cln.html
|
WWW: http://www.ginac.de/CLN/
|
||||||
|
Loading…
Reference in New Issue
Block a user