6fec3f414e
MASTER_SITES moved to ENS Lyon. Meanwhile the tarball has been rerolled: - many auto* stuff: configure is now pre-generated; - mpfi.pc is available - change tests but also some code has been modified. Full diff available at https://people.freebsd.org/~thierry/mpfi-1.5.4.diff PR: 293803 Reported by: Daniel Engberg
26 lines
541 B
Makefile
26 lines
541 B
Makefile
PORTNAME= mpfi
|
|
PORTVERSION= 1.5.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://perso.ens-lyon.fr/nathalie.revol/softwares/
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Multiple Precision Floating-point Interval library
|
|
WWW= https://perso.ens-lyon.fr/nathalie.revol/software.html
|
|
|
|
LICENSE= LGPL3 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= makeinfo:print/texinfo
|
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
|
libmpfr.so:math/mpfr
|
|
|
|
USES= libtool localbase tar:bz2
|
|
|
|
INFO= ${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|