2012-10-29 15:19:02 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2012/10/29 15:19:03 espie Exp $
|
2011-04-19 15:20:06 +00:00
|
|
|
|
|
|
|
# Lacks p5-Term-Gnuplot regress dependency!
|
2005-02-08 04:27:26 +00:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
2007-09-15 18:44:36 +00:00
|
|
|
COMMENT= Perl interface to libPARI and GP
|
2005-02-08 04:27:26 +00:00
|
|
|
|
2006-12-24 19:50:51 +00:00
|
|
|
MODULES= cpan
|
2008-10-03 12:33:37 +00:00
|
|
|
DISTNAME= Math-Pari-2.010800
|
2012-08-23 15:50:05 +00:00
|
|
|
REVISION= 3
|
2006-12-24 19:50:51 +00:00
|
|
|
CATEGORIES= math
|
2010-10-18 20:52:05 +00:00
|
|
|
USE_GROFF = Yes
|
2005-02-08 04:27:26 +00:00
|
|
|
|
2006-12-24 19:50:51 +00:00
|
|
|
# Perl
|
2005-02-08 04:27:26 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2012-08-23 15:50:05 +00:00
|
|
|
|
|
|
|
WANTLIB += c m
|
2005-02-08 04:27:26 +00:00
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
BUILD_DEPENDS= math/pari:configure
|
2012-10-29 15:19:02 +00:00
|
|
|
USE_X11 = Yes
|
2005-02-08 04:27:26 +00:00
|
|
|
|
|
|
|
PARIDIR= math/pari
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= paridir=${WRKDIST}/pari
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
ln -s ${WRKDIR}/${PARIDIR}/pari* ${WRKDIST}/pari
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|