Install additional header files
PR: 28538 Submitted by: maintainer
This commit is contained in:
parent
9ed6c1e5dc
commit
4fa7aaa67d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44599
2 changed files with 39 additions and 2 deletions
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue