Support staging

This commit is contained in:
Baptiste Daroussin 2013-11-24 19:44:46 +00:00
parent 30b3776733
commit a40ed2e4ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334781
2 changed files with 10 additions and 13 deletions

View file

@ -13,26 +13,17 @@ COMMENT= Utilities for working with CUE and TOC files
LICENSE= GPLv2 LICENSE= GPLv2
USES= gmake USES= gmake
NO_STAGE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
MAN1= cuebreakpoints.1 cueconvert.1 cueprint.1
PORTDOCS= README PORTDOCS= README
PORTEXAMPLES= cuetag.sh PORTEXAMPLES= cuetag.sh
PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cueprint
OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.options.mk>
post-install: post-install:
.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR}
@${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.endif ${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${STAGEDIR}${EXAMPLESDIR}
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${EXAMPLESDIR}
.endif
.include <bsd.port.mk> .include <bsd.port.mk>

6
audio/cuetools/pkg-plist Normal file
View file

@ -0,0 +1,6 @@
bin/cuebreakpoints
bin/cueconvert
bin/cueprint
man/man1/cuebreakpoints.1.gz
man/man1/cueconvert.1.gz
man/man1/cueprint.1.gz