aboutsummaryrefslogtreecommitdiffstats
path: root/math/mpfr/Makefile
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2006-11-20 02:15:12 +0800
committerale <ale@FreeBSD.org>2006-11-20 02:15:12 +0800
commit0a2783ef92d9b9cd2997545b630bcbd18281b3f1 (patch)
tree7bee8483860c600733440c2594e7eb01541c62ae /math/mpfr/Makefile
parent71f24141b0841aead1f711a0f05a2057f9fd0864 (diff)
downloadfreebsd-ports-gnome-0a2783ef92d9b9cd2997545b630bcbd18281b3f1.tar.gz
freebsd-ports-gnome-0a2783ef92d9b9cd2997545b630bcbd18281b3f1.tar.zst
freebsd-ports-gnome-0a2783ef92d9b9cd2997545b630bcbd18281b3f1.zip
Update to 2.2.0 patchset 16.
Diffstat (limited to 'math/mpfr/Makefile')
-rw-r--r--math/mpfr/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index afcdbab63967..1a550a843cb4 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -7,9 +7,15 @@
PORTNAME= mpfr
PORTVERSION= 2.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math devel
MASTER_SITES= http://www.mpfr.org/mpfr-current/
+DIST_SUBDIR= mpfr
+
+PATCH_SITES= ${MASTER_SITES}
+PATCHLEVEL= 16
+PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
+PATCH_DIST_STRIP= -p1
MAINTAINER= ale@FreeBSD.org
COMMENT= A library for multiple-precision floating-point computations
@@ -19,8 +25,11 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \
--enable-shared
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
INFO= mpfr
+post-patch:
+ @${TOUCH} ${WRKSRC}/*
+
.include <bsd.port.mk>