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