1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/math/arb/Makefile
Yuri Victorovich 4a427c7992 math/flint2: Update g20180323 -> g20190210
Bump math/arb.
2019-02-17 02:59:57 +00:00

26 lines
462 B
Makefile

# $FreeBSD$
PORTNAME= arb
DISTVERSION= 2.16.0
PORTREVISION= 1
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>