summaryrefslogtreecommitdiff
path: root/math/mpfr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/mpfr/Makefile')
-rw-r--r--math/mpfr/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index 2b593f8e7e3..c16325d558d 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -1,12 +1,17 @@
-# $NetBSD: Makefile,v 1.18 2011/04/07 00:21:02 asau Exp $
+# $NetBSD: Makefile,v 1.19 2011/05/08 21:06:51 asau Exp $
#
DISTNAME= mpfr-3.0.1
+PKGNAME= ${DISTNAME}.3 # append patch level
CATEGORIES= math
-MASTER_SITES= http://www.mpfr.org/mpfr-current/
+MASTER_SITES= http://www.mpfr.org/mpfr-3.0.1/
DIST_SUBDIR= ${DISTNAME}
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= patch01 patch02 patch03
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.mpfr.org/
COMMENT= GMP-based library for multiple-precision floating-point computations