summaryrefslogtreecommitdiff
path: root/math/pari/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-11-30 00:55:17 +0000
committerwiz <wiz>2001-11-30 00:55:17 +0000
commit3f5dcd19719fe012209360c51103b7e3bfcb2866 (patch)
treea4828026ad4f0a2d3de6b985c6c5853b95cdf881 /math/pari/Makefile
parent455304d79d67f9c582c6054b4b79fa1cbe831799 (diff)
downloadpkgsrc-3f5dcd19719fe012209360c51103b7e3bfcb2866.tar.gz
Buildlinkify.
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r--math/pari/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 852784b1a9d..e0a2aca3a46 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/06/11 22:46:14 jtb Exp $
+# $NetBSD: Makefile,v 1.9 2001/11/30 01:18:12 wiz Exp $
DISTNAME= pari-2.1.1
CATEGORIES= math
@@ -9,25 +9,26 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.parigp-home.de
COMMENT= software package for computer-aided number theory
-DEPENDS+= readline>=4.0:../../devel/readline
BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX
BUILD_DEPENDS+= emacs-[0-9]*:../../editors/emacs
USE_PERL5= yes
-USE_X11= yes
-
-USE_CURSES= yes
-REPLACE_NCURSES= ${WRKSRC}/Configure
-
+USE_BUILDLINK_ONLY= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ${WRKSRC}/Configure
+# rl_save_prompt
+USE_GNU_READLINE= yes
+
CONFIGURE_ARGS+= --prefix=${PREFIX} --share-prefix=${PREFIX}/share
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
-CONFIGURE_ENV+= X11BASE=${X11BASE}
+CONFIGURE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR}
CONFIGURE_ARGS+= --graphic=X11
+.include "../../devel/ncurses/buildlink.mk"
+.include "../../devel/readline/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"