summaryrefslogtreecommitdiff
path: root/math/gsl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r--math/gsl/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
new file mode 100644
index 00000000000..b6f1fac9175
--- /dev/null
+++ b/math/gsl/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/02/08 12:05:02 fredb Exp $
+#
+
+DISTNAME= gsl-0.5
+CATEGORIES= math devel
+MASTER_SITES= ftp://sourceware.cygnus.com/pub/gsl/
+
+MAINTAINER= David Maxwell <david@maxwell.net>
+HOMEPAGE= http://sourceware.cygnus.com/gsl/
+
+GNU_CONFIGURE= yes
+USE_GTEXINFO= yes
+
+.include "../../mk/bsd.pkg.mk"