summaryrefslogtreecommitdiff
path: root/math/gmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gmp/Makefile')
-rw-r--r--math/gmp/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
new file mode 100644
index 00000000000..299a4ce72a1
--- /dev/null
+++ b/math/gmp/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/08/10 15:07:40 hwr Exp $
+
+DISTNAME= gmp-2.0.2
+CATEGORIES= math
+MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/gmp/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/gmp/gmp.html
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+
+.include "../../mk/bsd.pkg.mk"