Support install macros.

PR: 23072
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2000-11-26 15:10:07 +00:00
parent ce4e8d74a7
commit 29ff086185
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35445

View File

@ -13,7 +13,6 @@ MASTER_SITES= http://cr.yp.to/cdb/
MAINTAINER= ports@FreeBSD.org
ALL_TARGET= it
INSTALL_TARGET= setup
do-configure:
@${MV} ${WRKSRC}/conf-home ${WRKSRC}/conf-home.orig
@ -23,7 +22,13 @@ do-configure:
@${MV} ${WRKSRC}/conf-ld ${WRKSRC}/conf-ld.orig
${ECHO} ${CC} -s > ${WRKSRC}/conf-ld
post-install:
do-install:
.for file in cdbdump cdbget cdbmake cdbstats cdbtest
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
.for file in cdbmake-12 cdbmake-sv
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
${INSTALL_DATA} ${WRKSRC}/cdb.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/cdb.a ${PREFIX}/lib/libcdb.a