summaryrefslogtreecommitdiff
path: root/math/pari/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r--math/pari/Makefile31
1 files changed, 18 insertions, 13 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index a7ec521ee9e3..afbe037a1956 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,25 +1,30 @@
-# New ports collection makefile for: PARI
-# Version required: 1.39.03
-# Date created: 6 June 1997
-# Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
+# New ports collection makefile for: PARI
+# Version required: 2.0.13a
+# Date created: 19 January 1999
+# Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
#
-# $Id: Makefile,v 1.4 1998/11/28 05:38:59 asami Exp $
+# $Id:$
#
-DISTNAME= pari-1.39.03
+DISTNAME= pari-2.0.13.alpha
+PKGNAME= pari-2.0.13a
CATEGORIES= math
-MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/OLDVERSIONS/
+MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ \
+ ftp://hasse.mathematik.tu-muenchen.de/pub/pari/
MAINTAINER= yoshiaki@kt.rim.or.jp
-USE_XLIB= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-MAN1= gp.1
+HAS_CONFIGURE = Yes
+CONFIGURE_SCRIPT = Configure
+CONFIGURE_ARGS = --prefix=${PREFIX}
+CFLAGS=
+
+USE_GMAKE = Yes
+MAKE_ARGS= gp
-do-configure:
- @(cd ${WRKSRC} ; ./Makemakefile i386)
+MAN1= gp.1
post-install:
- @${CAT} ${PKGDIR}/MESSAGE
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>