mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
7d86d4acc3
To be used by SageMath.
27 lines
513 B
Makefile
27 lines
513 B
Makefile
# Created by: thierry@pompo.net
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
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>
|