summaryrefslogtreecommitdiff
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r--math/glpk/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
new file mode 100644
index 00000000000..7d7750a4a06
--- /dev/null
+++ b/math/glpk/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/26 15:30:39 dmcmahill Exp $
+#
+
+DISTNAME= glpk-3.0.7
+CATEGORIES= math
+MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html
+COMMENT= library for solving linear programming problems
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"