From f0dadf0057bed14d227e4e00eeb79922485d538b Mon Sep 17 00:00:00 2001 From: lioux Date: Sun, 1 Jul 2001 02:25:37 +0000 Subject: Install additional header files PR: 28538 Submitted by: maintainer --- math/concorde/Makefile | 12 +++++++++++- math/concorde/pkg-plist | 29 ++++++++++++++++++++++++++++- 2 files changed, 39 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/concorde/Makefile b/math/concorde/Makefile index 2acbc30..ab62afd 100644 --- a/math/concorde/Makefile +++ b/math/concorde/Makefile @@ -18,8 +18,18 @@ WRKSRC= ${WRKDIR}/concorde GNU_CONFIGURE= yes +INCFILES= bigguy.h combs.h config.h consec1.h cut.h cuttree.h \ + delaunay.h edgegen.h fmatch.h heldkarp.h kdtree.h \ + linkern.h localcut.h lp.h machdefs.h macrorus.h mlinkern.h \ + necklace.h pq.h pqsets.h profdata.h profrus.h tinytsp.h \ + tsp.h util.h verify.h + do-install: ${INSTALL_DATA} ${WRKSRC}/concorde.a ${PREFIX}/lib/libconcorde.a - ${INSTALL_DATA} ${WRKSRC}/concorde.h ${PREFIX}/include + ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 ${PREFIX}/include/concorde + ${INSTALL_DATA} ${WRKSRC}/concorde.h ${PREFIX}/include/concorde +.for f in ${INCFILES} + ${INSTALL_DATA} ${WRKSRC}/INCLUDE/${f} ${PREFIX}/include/concorde +.endfor .include diff --git a/math/concorde/pkg-plist b/math/concorde/pkg-plist index 7646ca2..d9d4335 100644 --- a/math/concorde/pkg-plist +++ b/math/concorde/pkg-plist @@ -1,2 +1,29 @@ lib/libconcorde.a -include/concorde.h +include/concorde/bigguy.h +include/concorde/combs.h +include/concorde/concorde.h +include/concorde/config.h +include/concorde/consec1.h +include/concorde/cut.h +include/concorde/cuttree.h +include/concorde/delaunay.h +include/concorde/edgegen.h +include/concorde/fmatch.h +include/concorde/heldkarp.h +include/concorde/kdtree.h +include/concorde/linkern.h +include/concorde/localcut.h +include/concorde/lp.h +include/concorde/machdefs.h +include/concorde/macrorus.h +include/concorde/mlinkern.h +include/concorde/necklace.h +include/concorde/pq.h +include/concorde/pqsets.h +include/concorde/profdata.h +include/concorde/profrus.h +include/concorde/tinytsp.h +include/concorde/tsp.h +include/concorde/util.h +include/concorde/verify.h +@dirrm include/concorde -- cgit v1.1