1999-01-26 03:47:10 +01:00
|
|
|
# New ports collection makefile for: PARI
|
|
|
|
# Date created: 19 January 1999
|
|
|
|
# Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
|
1997-06-21 22:47:39 +02:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1997-06-21 22:47:39 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 09:20:58 +02:00
|
|
|
PORTNAME= pari
|
2001-07-07 15:51:31 +02:00
|
|
|
PORTVERSION= 2.1.1
|
1997-06-21 22:47:39 +02:00
|
|
|
CATEGORIES= math
|
2001-07-07 15:51:31 +02:00
|
|
|
MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ \
|
|
|
|
http://www.gn-50uma.de/ftp/pari-2.1/
|
1997-06-21 22:47:39 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
MAINTAINER= yoshiaki@kt.rim.or.jp
|
1997-06-21 22:47:39 +02:00
|
|
|
|
1999-07-04 23:29:55 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-01-16 18:33:20 +01:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_SCRIPT= Configure
|
2001-07-07 15:51:31 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --share-prefix=${PREFIX}/share
|
1999-01-26 03:47:10 +01:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKE_ARGS= gp
|
1997-06-21 22:47:39 +02:00
|
|
|
|
2001-07-07 15:51:31 +02:00
|
|
|
MAN1= gp.1 gphelp.1 tex2mail.1
|
2000-01-14 20:59:47 +01:00
|
|
|
MLINKS= gp.1 pari.1
|
1997-06-21 22:47:39 +02:00
|
|
|
|
2000-02-28 01:47:16 +01:00
|
|
|
HAVE_EMACS!= which emacs || echo nope
|
|
|
|
.if ${HAVE_EMACS} != "nope"
|
2000-10-08 04:36:49 +02:00
|
|
|
PLIST= ${PKGDIR}/pkg-plist.emacs
|
2000-02-28 01:47:16 +01:00
|
|
|
.endif
|
|
|
|
|
1997-06-21 22:47:39 +02:00
|
|
|
.include <bsd.port.mk>
|