blob: da093b98420fc3a0fdebbd1499bfe32534a27180 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= mpfi
PORTVERSION= 1.5.4
CATEGORIES= math
MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/38111/
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= autoreconf libtool localbase
INFO= ${PORTNAME}
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|