aboutsummaryrefslogtreecommitdiffstats
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
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)