diff options
Diffstat (limited to 'math/mpfr/Makefile')
-rw-r--r-- | math/mpfr/Makefile | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 9336bd44d4c..305872527ec 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -1,10 +1,14 @@ -# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:08 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/08/17 07:59:13 bjs Exp $ # -DISTNAME= mpfr-2.3.0 +DISTNAME= mpfr-2.3.1 CATEGORIES= math MASTER_SITES= http://www.mpfr.org/mpfr-current/ +PATCHFILES= patches +PATCH_SITES= ${MASTER_SITES} +PATCH_DIST_STRIP= -p1 + MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.mpfr.org/ COMMENT= GMP-based library for multiple-precision floating-point computations @@ -14,7 +18,14 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes TEST_TARGET= check -INFO_FILES= # PLIST +INFO_FILES= yes +### +### XXX These definitions are defined here merely to keep configure from +### needlessly whining about them. +### +### +MAKE_ENV+= AUTOCONF=${TRUE} +MAKE_ENV+= AUTOMAKE=${TRUE} .include "../../devel/gmp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |