diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-05-31 07:28:33 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-05-31 07:28:33 +0000 |
commit | f274127a8b91f61447382bc61fe741b55eeea4fe (patch) | |
tree | 8bf1a0e7e767948b68af4c3c1923b97555ec826c /math/glpk | |
parent | 75a61efde2f52a3c137301c27c3bfe40f65b81d9 (diff) | |
download | ports-f274127a8b91f61447382bc61fe741b55eeea4fe.tar.gz ports-f274127a8b91f61447382bc61fe741b55eeea4fe.zip |
Notes
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 5 | ||||
-rw-r--r-- | math/glpk/distinfo | 4 | ||||
-rw-r--r-- | math/glpk/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 7 |
4 files changed, 8 insertions, 19 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index aebd4faf451d..fa14a96e62ab 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 4.0 +PORTVERSION= 4.4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -15,8 +15,9 @@ MAINTAINER= demon@FreeBSD.org COMMENT= A GNU Linear Programming Kit GNU_CONFIGURE= yes +USE_GMAKE= yes -DOCFILES= lang.ps refman.ps bench.txt brcut.txt +DOCFILES= lang.ps refman.ps bench.txt GLPK_FAQ.txt post-install: .if !defined(NOPORTDOCS) diff --git a/math/glpk/distinfo b/math/glpk/distinfo index cacb2d625d7e..fbab7164b66a 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,2 +1,2 @@ -MD5 (glpk-4.0.tar.gz) = 84485df00ca5eda302032e8ce92c29fd -SIZE (glpk-4.0.tar.gz) = 912201 +MD5 (glpk-4.4.tar.gz) = 8ccbba6bd19251a0d0f410e37a8b6475 +SIZE (glpk-4.4.tar.gz) = 1016109 diff --git a/math/glpk/files/patch-Makefile.in b/math/glpk/files/patch-Makefile.in deleted file mode 100644 index d0bac418edc1..000000000000 --- a/math/glpk/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sat Feb 22 11:37:50 2003 -+++ Makefile.in Sat Feb 22 11:38:14 2003 -@@ -140,8 +140,6 @@ - for i in $(HDRS); do \ - $(INSTALL_DATA) $(srcdir)/include/$$i \ - $(DESTDIR)$(includedir)/$$i; \ -- $(INSTALL_DATA) $(srcdir)/include/$$i \ -- $(DESTDIR)$(oldincludedir)/$$i || : ; \ - done - $(INSTALL_DATA) libglpk.a $(DESTDIR)$(libdir)/libglpk.a - $(INSTALL_PROGRAM) glpsol $(DESTDIR)$(bindir)/glpsol diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index d438626c1a46..5112dc882c3f 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -1,11 +1,11 @@ bin/glpsol include/glpavl.h -include/glpbcs.h include/glpchol.h include/glpdmp.h -include/glphbsm.h include/glpies.h +include/glpiet.h include/glpinv.h +include/glpios.h include/glpipm.h include/glpk.h include/glplib.h @@ -18,13 +18,12 @@ include/glpmip.h include/glpmpl.h include/glpmps.h include/glpqmd.h -include/glpspm.h include/glpspx.h include/glpstr.h include/glptsp.h lib/libglpk.a +%%PORTDOCS%%share/doc/glpk/GLPK_FAQ.txt %%PORTDOCS%%share/doc/glpk/bench.txt -%%PORTDOCS%%share/doc/glpk/brcut.txt %%PORTDOCS%%share/doc/glpk/lang.ps %%PORTDOCS%%share/doc/glpk/refman.ps %%PORTDOCS%%@dirrm share/doc/glpk |