aboutsummaryrefslogtreecommitdiffstats
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2002-07-18 16:45:19 +0800
committerdemon <demon@FreeBSD.org>2002-07-18 16:45:19 +0800
commit836e8eab221a7769375bc50273bd6543bacb7693 (patch)
tree587cfe6b4daac3082416973c329678114b69edf5 /math/glpk/Makefile
parentfbc1868a44648b43960feaac95546191bbf6312d (diff)
downloadfreebsd-ports-gnome-836e8eab221a7769375bc50273bd6543bacb7693.tar.gz
freebsd-ports-gnome-836e8eab221a7769375bc50273bd6543bacb7693.tar.zst
freebsd-ports-gnome-836e8eab221a7769375bc50273bd6543bacb7693.zip
Upgrade to version 3.2
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r--math/glpk/Makefile17
1 files changed, 2 insertions, 15 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)