openbsd-ports/math/p5-Math-Pari/Makefile
espie 9a11505f7a resurrect USE_X11, only for the few ports that require xenocara components
but don't have explicit WANTLIB that point to X11.
2012-10-29 15:19:02 +00:00

34 lines
583 B
Makefile

# $OpenBSD: Makefile,v 1.14 2012/10/29 15:19:03 espie Exp $
# Lacks p5-Term-Gnuplot regress dependency!
SHARED_ONLY= Yes
COMMENT= Perl interface to libPARI and GP
MODULES= cpan
DISTNAME= Math-Pari-2.010800
REVISION= 3
CATEGORIES= math
USE_GROFF = Yes
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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>