diff options
Diffstat (limited to 'math/concorde/Makefile')
-rw-r--r-- | math/concorde/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/concorde/Makefile b/math/concorde/Makefile index b8af8df77f67..d20f79c3f4d4 100644 --- a/math/concorde/Makefile +++ b/math/concorde/Makefile @@ -3,12 +3,13 @@ PORTVERSION= 20031219 CATEGORIES= math parallel MASTER_SITES= http://www.tsp.gatech.edu/concorde/downloads/codes/src/ DISTNAME= co031219 -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Combinatorial Optimization package WWW= http://www.tsp.gatech.edu/concorde.html +USES= tar:tgz + WRKSRC= ${WRKDIR}/concorde GNU_CONFIGURE= yes |