summaryrefslogtreecommitdiff
path: root/math/pari/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r--math/pari/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
deleted file mode 100644
index 5a6b16b7059..00000000000
--- a/math/pari/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.29 2005/11/08 19:57:11 tonio Exp $
-
-DISTNAME= pari-2.1.6
-CATEGORIES= math
-MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://pari.math.u-bordeaux.fr/
-COMMENT= Software package for computer-aided number theory
-
-LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3
-LATEX_DEPMETHOD= build
-
-USE_GNU_READLINE= yes # rl_save_prompt()
-USE_LIBTOOL= yes
-USE_TOOLS+= perl:run
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= ${WRKSRC}/Configure
-CONFIGURE_ARGS+= --graphic=X11
-CONFIGURE_ARGS+= --prefix=${PREFIX}
-CONFIGURE_ARGS+= --share-prefix=${PREFIX}/share
-CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
-CONFIGURE_ENV+= PERL5=${PERL5}
-CONFIGURE_ENV+= X11BASE=${X11BASE}
-
-TEST_TARGET= test-compat bench
-
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
-.include "../../mk/tex.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"