From 836e8eab221a7769375bc50273bd6543bacb7693 Mon Sep 17 00:00:00 2001 From: demon Date: Thu, 18 Jul 2002 08:45:19 +0000 Subject: Upgrade to version 3.2 --- math/glpk/Makefile | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'math/glpk/Makefile') 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) -- cgit