31 lines
531 B
Makefile
31 lines
531 B
Makefile
# $OpenBSD: Makefile,v 1.18 2015/07/16 23:57:25 ajacoutot Exp $
|
|
|
|
# Lacks p5-Term-Gnuplot regress dependency!
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= Perl interface to libPARI and GP
|
|
|
|
MODULES= cpan
|
|
# beware may need EPOCH if updating
|
|
DISTNAME= Math-Pari-2.01080605
|
|
CATEGORIES= math
|
|
REVISION= 1
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c m
|
|
|
|
BUILD_DEPENDS= math/pari:configure
|
|
USE_X11 = Yes
|
|
|
|
PARIDIR= math/pari
|
|
|
|
CONFIGURE_ARGS= paridir=${WRKDIST}/pari
|
|
|
|
post-extract:
|
|
ln -s ${WRKDIR}/${PARIDIR}/pari* ${WRKDIST}/pari
|
|
|
|
.include <bsd.port.mk>
|