summaryrefslogtreecommitdiff
path: root/math/pari/Makefile
blob: b2d7447d6c2cb46e48d0998b7c6dd2194fcec766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:30 tv Exp $

DISTNAME=		pari-2.1.5
PKGREVISION=		4
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_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/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"