290a189378
build environment. This made the package build with xpkgwedge. Bump revision to 2. HOMEPAGE and MASTERSITES have changed.
32 lines
930 B
Makefile
32 lines
930 B
Makefile
# $NetBSD: Makefile,v 1.20 2004/02/22 02:19:50 heinz Exp $
|
|
|
|
DISTNAME= pari-2.1.5
|
|
PKGREVISION= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://pari.math.u-bordeaux.fr/download/ \
|
|
ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://pari.math.u-bordeaux.fr/
|
|
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"
|