pkgsrc/math/pari/Makefile
jlam a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00

32 lines
919 B
Makefile

# $NetBSD: Makefile,v 1.18 2003/09/28 09:13:58 jlam Exp $
DISTNAME= pari-2.1.5
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ \
http://www.gn-50uma.de/ftp/pari-2.1/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.parigp-home.de
COMMENT= Software package for computer-aided number theory
BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
USE_X11= yes
USE_GNU_READLINE= # rl_save_prompt
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ${WRKSRC}/Configure
CONFIGURE_ARGS+= --prefix=${PREFIX} --share-prefix=${PREFIX}/share
CONFIGURE_ARGS+= --graphic=X11
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
CONFIGURE_ENV+= X11BASE=${X11BASE}
TEST_TARGET= test-compat bench
.include "../../devel/ncurses/buildlink2.mk"
.include "../../devel/readline/buildlink2.mk"
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"