Support stage

This commit is contained in:
Baptiste Daroussin 2013-12-26 19:16:54 +00:00
parent 4cd08a2a23
commit 11ae039d01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337600

View File

@ -8,25 +8,22 @@ MASTER_SITES= http://skylark.tsu.ru/art/0.9/download/src/ \
SF/art-project/src/
MAINTAINER= virtual.lark@gmail.com
COMMENT= A resource tracing, debugging, and profiling tool
COMMENT= Resource tracing, debugging, and profiling tool
LICENSE= GPLv3
LIB_DEPENDS= xml++-2.6:${PORTSDIR}/textproc/libxml++26
LIB_DEPENDS= libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26
USES= gmake pkgconfig
NO_STAGE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/artlibgen/src/artlibgen ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/artrepgen/artrepgen ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_PROGRAM} ${WRKSRC}/artlibgen/src/artlibgen ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/artrepgen/artrepgen ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docs in posix-gcc-mt-file-lint.xml posix-gcc-mt-netw-lint.xml \
posix-gcc-mt-file-special.xml
@${INSTALL_DATA} ${WRKSRC}/artlibgen/templates/${docs} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/artlibgen/templates/${docs} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.if defined(MAINTAINER_MODE)
full-regression-test: build