From 4ba164c45ff997740e711aa797b7dff0c8a2b453 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 30 Mar 2005 15:23:53 +0000 Subject: Rev.1: use LIBTOOL and build a shared library --- math/glpk/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'math/glpk/Makefile') 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" -- cgit v1.2.3