summaryrefslogtreecommitdiff
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-03-30 15:23:53 +0000
committeradam <adam@pkgsrc.org>2005-03-30 15:23:53 +0000
commit1238bb8e488eb88c1554d9b2f6d20fcebe3f500d (patch)
treee8cfcb569dab4e5b5144495e1abb146cfc8804dc /math/glpk/Makefile
parent947eac515a3d8cf8c1782d1d15cf4d5e3473cb6d (diff)
downloadpkgsrc-1238bb8e488eb88c1554d9b2f6d20fcebe3f500d.tar.gz
Rev.1: use LIBTOOL and build a shared library
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"