summaryrefslogtreecommitdiff
path: root/devel/gmp/Makefile
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2000-06-30 16:52:53 +0000
committerdanw <danw@pkgsrc.org>2000-06-30 16:52:53 +0000
commit4379713c83b482b45a8fe30812da5eb3699926f6 (patch)
tree25b21fc74b439bbf4c00385c06736e425027e84f /devel/gmp/Makefile
parent9836773842f491c014cc583f46d327b1095c2183 (diff)
downloadpkgsrc-4379713c83b482b45a8fe30812da5eb3699926f6.tar.gz
Update to gmp-3.0.1, including new functions, autoconf/libtool support,
and a shared version of the library.
Diffstat (limited to 'devel/gmp/Makefile')
-rw-r--r--devel/gmp/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/devel/gmp/Makefile b/devel/gmp/Makefile
index d8f6d402743..5d08fbb79d0 100644
--- a/devel/gmp/Makefile
+++ b/devel/gmp/Makefile
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.3 1999/12/26 18:07:19 tron Exp $
+# $NetBSD: Makefile,v 1.4 2000/06/30 16:52:53 danw Exp $
#
-DISTNAME= gmp-2.0.2
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU:=gmp/}
+DISTNAME= gmp-3.0.1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=gmp/}
-MAINTAINER= hubertf@netbsd.org
-HOMEPAGE= http://www.gnu.org/software/gmp/gmp.html
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/gmp/gmp.html
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"