diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-16 19:32:40 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-16 19:32:40 +0000 |
commit | 45338d72a6c462055a0d1cbeb8a46d38d65be37c (patch) | |
tree | 4616eef6aed9b1a838c7e12ae8de383e4484e62c /math/cln/Makefile | |
parent | 3ffe74f7b2553cac354f1f775bfa2b2c78505229 (diff) |
Notes
Diffstat (limited to 'math/cln/Makefile')
-rw-r--r-- | math/cln/Makefile | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 2f70f3dbf76f..9c88b013ac46 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -7,12 +7,9 @@ # PORTNAME= cln -PORTVERSION= 1.1.6 -PORTREVISION= 1 +PORTVERSION= 1.1.8 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/ +MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ MAINTAINER= ports@FreeBSD.org COMMENT= Class Library for Numbers @@ -20,12 +17,12 @@ COMMENT= Class Library for Numbers LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_BZIP2= yes +USE_GCC= 3.3 +USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_GMAKE= yes -USE_GNOME= gnomehack -USE_INC_LIBTOOL_VER=13 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_INC_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${PREFIX}/man \ +CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${MANPREFIX}/man \ --with-gmp MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes @@ -44,13 +41,6 @@ LDFLAGS= -L${LOCALBASE}/lib BROKEN= "Does not compile on sparc64" .endif -.if ${OSVERSION} < 500035 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -CPPFLAGS+= -I${LOCALBASE}/include/stlport ${PTHREAD_CFLAGS} -LDFLAGS+= -lstlport_gcc ${PTHREAD_LIBS} -.endif - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/dvi |