aboutsummaryrefslogtreecommitdiff
path: root/math/mpfr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/mpfr/Makefile')
-rw-r--r--math/mpfr/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index 1a550a843cb4..dda848098c5c 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -6,30 +6,23 @@
#
PORTNAME= mpfr
-PORTVERSION= 2.2.0
-PORTREVISION= 3
+PORTVERSION= 2.2.1
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
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \
+ --infodir=${PREFIX}/info \
--enable-shared
USE_LDCONFIG= yes
INFO= mpfr
-post-patch:
- @${TOUCH} ${WRKSRC}/*
-
.include <bsd.port.mk>