freebsd-ports/math/arb/Makefile
2018-07-25 20:12:03 +00:00

24 lines
446 B
Makefile

# $FreeBSD$
PORTNAME= arb
DISTVERSION= 2.14.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= C library for arbitrary-precision interval arithmetic
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libflint.so:math/flint2 \
libgmp.so:math/gmp \
libmpfr.so:math/mpfr
USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GITHUB= yes
GH_ACCOUNT= fredrik-johansson
USE_LDCONFIG= yes
.include <bsd.port.mk>