diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-14 19:59:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-14 19:59:47 +0000 |
commit | c556e167499cb159c55d17ff6c2649373b3742cf (patch) | |
tree | a1042826b20e9b6f215ed52db6aff0f9e18c3c1e /math/pari/Makefile | |
parent | ae0593e5404906c978155b85c3b8c26aac3f16c9 (diff) |
Notes
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r-- | math/pari/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 7952e4129096..2d285a82c593 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: PARI -# Version required: 2.0.16b +# Version required: 2.0.18b # Date created: 19 January 1999 # Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> # # $FreeBSD$ # -DISTNAME= pari-2.0.16.beta -PKGNAME= pari-2.0.16b +DISTNAME= pari-2.0.18.beta +PKGNAME= pari-2.0.18b CATEGORIES= math MASTER_SITES= ftp://hasse.mathematik.tu-muenchen.de/pub/pari/ @@ -20,10 +20,11 @@ CONFIGURE_SCRIPT = Configure CONFIGURE_ARGS = --prefix=${PREFIX} CFLAGS= -USE_GMAKE = Yes +#USE_GMAKE = Yes MAKE_ARGS= gp -MAN1= gp.1 +MAN1= gp.1 gphelp.1 +MLINKS= gp.1 pari.1 post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib |