2013-03-14 14:55:46 +01:00
|
|
|
# Created by: Alex Dupre <ale@FreeBSD.org>
|
2005-08-29 16:00:54 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mpfr
|
2015-11-30 12:32:34 +01:00
|
|
|
PORTVERSION= 3.1.3
|
2016-02-10 17:13:24 +01:00
|
|
|
PORTREVISION= 1
|
2005-08-29 16:00:54 +02:00
|
|
|
CATEGORIES= math devel
|
|
|
|
MASTER_SITES= http://www.mpfr.org/mpfr-current/
|
2011-10-07 09:42:43 +02:00
|
|
|
DIST_SUBDIR= ${DISTNAME}
|
2006-11-19 19:15:12 +01:00
|
|
|
|
2011-05-10 12:12:45 +02:00
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
2005-08-29 16:00:54 +02:00
|
|
|
MAINTAINER= ale@FreeBSD.org
|
2014-03-02 23:34:50 +01:00
|
|
|
COMMENT= Library for multiple-precision floating-point computations
|
2005-08-29 16:00:54 +02:00
|
|
|
|
2011-10-08 17:45:17 +02:00
|
|
|
LICENSE= LGPL3
|
|
|
|
|
2012-08-13 16:45:36 +02:00
|
|
|
#PATCH_DEPENDS= gpatch:${PORTSDIR}/devel/patch
|
2014-03-02 23:34:50 +01:00
|
|
|
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
|
2005-08-29 16:00:54 +02:00
|
|
|
|
2012-08-13 16:45:36 +02:00
|
|
|
#PATCHLEVEL= 10
|
|
|
|
#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
|
|
|
|
#PATCH= ${LOCALBASE}/bin/gpatch
|
2011-05-10 12:12:45 +02:00
|
|
|
|
2016-02-10 17:13:24 +01:00
|
|
|
USES= libtool tar:xz
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2012-08-13 16:45:36 +02:00
|
|
|
CONFIGURE_ARGS= --with-gmp=${LOCALBASE}
|
|
|
|
|
2006-11-19 19:15:12 +01:00
|
|
|
USE_LDCONFIG= yes
|
2005-08-29 16:00:54 +02:00
|
|
|
|
|
|
|
INFO= mpfr
|
|
|
|
|
2009-12-01 12:33:12 +01:00
|
|
|
PORTDOCS= *
|
|
|
|
|
2008-06-25 12:34:43 +02:00
|
|
|
regression-test: build
|
|
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
|
|
|
|
|
2014-03-02 23:34:50 +01:00
|
|
|
.include <bsd.port.mk>
|