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
|
2011-09-21 20:24:12 +02:00
|
|
|
PORTVERSION= 2.3.5
|
|
|
|
PORTEPOCH= 1
|
1997-06-21 22:47:39 +02:00
|
|
|
CATEGORIES= math
|
2011-09-21 20:24:12 +02:00
|
|
|
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/
|
1997-06-21 22:47:39 +02:00
|
|
|
|
2011-11-19 10:04:39 +01:00
|
|
|
MAINTAINER= bf@FreeBSD.org
|
2006-06-06 16:47:49 +02:00
|
|
|
COMMENT= Mathematics library and advanced calculator package
|
1997-06-21 22:47:39 +02:00
|
|
|
|
2011-09-10 22:22:29 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2010-04-19 12:43:42 +02:00
|
|
|
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
|
2009-03-14 08:12:04 +01:00
|
|
|
|
2009-06-18 22:24:00 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2011-09-10 22:22:29 +02:00
|
|
|
ALL_TARGET= gp
|
2001-01-16 18:33:20 +01:00
|
|
|
CONFIGURE_SCRIPT= Configure
|
2011-08-24 12:22:06 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
|
|
--share-prefix=${PREFIX}/share \
|
|
|
|
--with-gmp=${LOCALBASE}
|
2011-09-10 22:22:29 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
1999-01-26 03:47:10 +01:00
|
|
|
|
2011-09-10 22:22:29 +02:00
|
|
|
MAN1= gp.1 gp-${GP_VERSION}.1 gphelp.1 tex2mail.1
|
|
|
|
MLINKS= gp.1 pari.1
|
2011-08-24 12:22:06 +02:00
|
|
|
PORTDOCS= *
|
2011-09-10 22:22:29 +02:00
|
|
|
PLIST_SUB= GP_VERSION=${GP_VERSION} PORTVERSION=${PORTVERSION}
|
2006-04-18 12:00:01 +02:00
|
|
|
|
2011-09-10 22:22:29 +02:00
|
|
|
GP_VERSION= ${PORTVERSION:R}
|
1997-06-21 22:47:39 +02:00
|
|
|
|
2008-09-01 11:30:38 +02:00
|
|
|
post-install:
|
2011-08-24 12:22:06 +02:00
|
|
|
@if [ -L ${MAN1PREFIX}/man/man1/pari.1 ]; then \
|
|
|
|
${RM} -f ${MAN1PREFIX}/man/man1/pari.1 ;\
|
2008-09-01 11:30:38 +02:00
|
|
|
fi
|
|
|
|
|
2011-08-24 12:22:06 +02:00
|
|
|
.include <bsd.port.mk>
|