1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/math/arb/Makefile
Yuri Victorovich 37da772eb4 math/arb: Update 2.15.1 -> 2.16.0
Reported by:	repology
2018-12-08 08:15:28 +00:00

25 lines
446 B
Makefile

# $FreeBSD$
PORTNAME= arb
DISTVERSION= 2.16.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>