1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/math/fplll/Makefile
Yuri Victorovich 7bf8102b1d math/fplll: Update 5.3.2 -> 5.3.3
Reported by:	portscout
2020-06-30 16:10:10 +00:00

23 lines
453 B
Makefile

# $FreeBSD$
PORTNAME= fplll
DISTVERSION= 5.3.3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Lattice algorithms using floating-point arithmetic
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GITHUB= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>