aboutsummaryrefslogtreecommitdiff
path: root/math/paritwine/Makefile
blob: 17b202ec310bfe377241fd1beec884a2edacf408 (plain) (blame)
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
PORTNAME=	paritwine
DISTVERSION=	0.1
CATEGORIES=	math
MASTER_SITES=	http://www.multiprecision.org/downloads/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Glue library between PARI/GP and other mathematics libraries

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libarb.so:math/arb \
		libcmh.so:math/cmh \
		libflint.so:math/flint2 \
		libmpc.so:math/mpc \
		libmpfr.so:math/mpfr \
		libgmp.so:math/gmp \
		libpari.so:math/pari

USES=		gmake libtool localbase
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

INFO=		paritwine

TEST_TARGET=	check

.include <bsd.port.mk>