diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
commit | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (patch) | |
tree | 1c069c3c993156dc583330fa958afbe99bb4966e /math/concorde/Makefile | |
parent | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (diff) |
Notes
Diffstat (limited to 'math/concorde/Makefile')
-rw-r--r-- | math/concorde/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/concorde/Makefile b/math/concorde/Makefile index f89837ec351c..ac26db2dc86d 100644 --- a/math/concorde/Makefile +++ b/math/concorde/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: concorde -# Date created: 3 July 2000 -# Whom: dbader@ece.unm.edu -# +# Created by: dbader@ece.unm.edu # $FreeBSD$ -# PORTNAME= concorde PORTVERSION= 20031219 @@ -35,6 +31,7 @@ BINFILES= BIGGUY/bg_test COMBS/combtest CUT/lin_all CUT/mincut \ TOOLS/tourlen TSP/bosstell TSP/concorde TSP/cutserv \ TSP/poolcat TSP/probserv TSP/test_tsp VERIFY/verify +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/concorde.a ${PREFIX}/lib/libconcorde.a ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 ${PREFIX}/include/concorde |