summaryrefslogtreecommitdiff
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r--math/glpk/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index 47d5d01a61e..1d6e75b1173 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.6 2005/01/14 11:31:00 adam Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/30 15:23:53 adam Exp $
DISTNAME= glpk-4.8
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html
COMMENT= Library for solving linear programming problems
USE_GNU_TOOLS+= make
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"