Makefile 514 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.19 2016/03/20 19:56:48 naddy Exp $
  2. # Lacks p5-Term-Gnuplot regress dependency!
  3. COMMENT= Perl interface to libPARI and GP
  4. MODULES= cpan
  5. # beware may need EPOCH if updating
  6. DISTNAME= Math-Pari-2.01080605
  7. CATEGORIES= math
  8. REVISION= 1
  9. # Perl
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB += c m perl
  12. BUILD_DEPENDS= math/pari:configure
  13. USE_X11 = Yes
  14. PARIDIR= math/pari
  15. CONFIGURE_ARGS= paridir=${WRKDIST}/pari
  16. post-extract:
  17. ln -s ${WRKDIR}/${PARIDIR}/pari* ${WRKDIST}/pari
  18. .include <bsd.port.mk>