2001-09-11 12:23:36 +02:00
|
|
|
# New ports collection makefile for: p5-Math-Pari
|
|
|
|
# Date created: Tue Sep 11 02:08:49 PDT 2001
|
|
|
|
# Whom: Michael Haro <mharo@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-Pari
|
2003-08-21 15:16:11 +02:00
|
|
|
PORTVERSION= 2.010500
|
2001-09-11 12:23:36 +02:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Math
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= mharo@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= PARI - numerical/scientific/number-theoretic calculations
|
2001-09-11 12:23:36 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= pari:${PORTSDIR}/math/pari:configure
|
|
|
|
|
2006-02-03 09:58:53 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-28 08:26:17 +01:00
|
|
|
USE_GCC= 3.2
|
2001-09-11 12:23:36 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2003-08-21 15:16:11 +02:00
|
|
|
MAN3= Math::Pari.3 Math::libPARI.3 \
|
|
|
|
Math::PariInit.3 Math::libPARI.dumb.3
|
2001-09-11 12:23:36 +02:00
|
|
|
|
2003-08-21 15:16:11 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
PARI_PORT?= math/pari
|
|
|
|
PARI_PORTDIR?= ${PORTSDIR}/${PARI_PORT}
|
|
|
|
PARI_WRKSRC!= cd ${PARI_PORTDIR} && ${MAKE} -V WRKSRC
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= paridir=${PARI_WRKSRC}
|
|
|
|
|
|
|
|
post-clean:
|
|
|
|
@cd ${PARI_PORTDIR} && ${MAKE} -DBATCH clean
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|