freebsd-ports/math/pari/Makefile

44 lines
934 B
Makefile
Raw Normal View History

# New ports collection makefile for: PARI
# Date created: 19 January 1999
# Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 09:20:58 +02:00
PORTNAME= pari
PORTVERSION= 2.3.5
PORTEPOCH= 1
CATEGORIES= math
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/
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
LICENSE= GPLv2
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
2009-06-18 22:24:00 +02:00
MAKE_JOBS_UNSAFE= yes
ALL_TARGET= gp
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= --prefix=${PREFIX} \
--share-prefix=${PREFIX}/share \
--with-gmp=${LOCALBASE}
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= gp.1 gp-${GP_VERSION}.1 gphelp.1 tex2mail.1
MLINKS= gp.1 pari.1
PORTDOCS= *
PLIST_SUB= GP_VERSION=${GP_VERSION} PORTVERSION=${PORTVERSION}
GP_VERSION= ${PORTVERSION:R}
post-install:
@if [ -L ${MAN1PREFIX}/man/man1/pari.1 ]; then \
${RM} -f ${MAN1PREFIX}/man/man1/pari.1 ;\
fi
.include <bsd.port.mk>