aboutsummaryrefslogtreecommitdiff
path: root/math/mpfrcx/Makefile
blob: b4dac259d82ad9cb0815f53289cf0750c174880e (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
32
33
34
PORTNAME=	mpfrcx
DISTVERSION=	0.6.3
PORTREVISION=	1
CATEGORIES=	math
MASTER_SITES=	http://www.multiprecision.org/downloads/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Arbitrary precision library for arithmetic of univariate polynomials
WWW=		https://www.multiprecision.org/mpfrcx/home.html

LICENSE=	LGPL3
LICENSE_FILE=	${WRKSRC}/COPYING.LESSER

LIB_DEPENDS=	libgmp.so:math/gmp \
		libmpc.so:math/mpc \
		libmpfr.so:math/mpfr

USES=		gmake libtool localbase
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip
TEST_TARGET=	check

INFO=		mpfrcx

PLIST_FILES=	include/mpfrcx.h \
		lib/libmpfrcx.a \
		lib/libmpfrcx.so \
		lib/libmpfrcx.so.1 \
		lib/libmpfrcx.so.1.2.3

.include <bsd.port.mk>