1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/math/fplll/Makefile
Yuri Victorovich 8bab0b5fde math/fplll: Upgrade 5.3.3 -> 5.4.0
PR:		251611
Submitted by:	thierry
2020-12-06 02:34:37 +00:00

28 lines
525 B
Makefile

# $FreeBSD$
PORTNAME= fplll
DISTVERSION= 5.4.0
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 \
libqd.so:math/qd
USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GITHUB= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
.include <bsd.port.mk>