diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-18 08:45:19 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-18 08:45:19 +0000 |
commit | f26fc055bf46bf53daa925a02740f0172dc7fca6 (patch) | |
tree | 8e566f5b89d8cd199156b9f4c309b1946ea93754 /math/glpk | |
parent | a11d22787507f7c2f23a56e2488c588b5f7059cf (diff) | |
download | ports-f26fc055bf46bf53daa925a02740f0172dc7fca6.tar.gz ports-f26fc055bf46bf53daa925a02740f0172dc7fca6.zip |
Notes
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 17 | ||||
-rw-r--r-- | math/glpk/distinfo | 2 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 2 |
3 files changed, 4 insertions, 17 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index e84007ad4216..ac8235507ec3 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 3.0.7 +PORTVERSION= 3.2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} \ http://people.freebsd.org/~demon/distfiles/ @@ -14,22 +14,9 @@ MASTER_SITE_SUBDIR= glpk MAINTAINER= demon@FreeBSD.org -.if !defined(NOPORTDOCS) -BUILD_DEPENDS= texi2dvi:${PORTSDIR}/print/teTeX -.endif - GNU_CONFIGURE= yes -DOCFILES= guide language libref simplex - -post-build: -.if !defined(NOPORTDOCS) - for file in ${DOCFILES} ; do \ - cd ${WRKSRC} && ${LOCALBASE}/bin/texi2dvi doc/$$file.texinfo ; \ - ${LOCALBASE}/bin/dvips -o ${WRKSRC}/$$file.ps \ - ${WRKSRC}/$$file.dvi ; \ - done -.endif +DOCFILES= lang refman post-install: .if !defined(NOPORTDOCS) diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 2b5264e5b097..9a428e719db6 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1 +1 @@ -MD5 (glpk-3.0.7.tar.gz) = f51e3e535e3de0f4aac9ead1194f82d2 +MD5 (glpk-3.2.tar.gz) = eba8938c97505362e1e18c7222d1620a diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index 555b3619c80b..4920a6b2e933 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -1,5 +1,4 @@ bin/glpsol -include/glpapi.h include/glpavl.h include/glpbbm.h include/glpchol.h @@ -17,6 +16,7 @@ include/glpmat.h include/glpmps.h include/glpqmd.h include/glprsm.h +include/glpspm.h include/glpspx.h include/glpstr.h include/glptext.h |