diff options
author | wiz <wiz@pkgsrc.org> | 2001-11-30 00:55:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-11-30 00:55:17 +0000 |
commit | 9bc22f1e48972415d2e1fb8264f00cbc9dd87fe9 (patch) | |
tree | a4828026ad4f0a2d3de6b985c6c5853b95cdf881 /math/pari/Makefile | |
parent | ae741f1ba05f47cd1b4453929966bfbc8abbf92c (diff) | |
download | pkgsrc-9bc22f1e48972415d2e1fb8264f00cbc9dd87fe9.tar.gz |
Buildlinkify.
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r-- | math/pari/Makefile | 17 |
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" |