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
USES= gmake
NO_STAGE= yes
GNU_CONFIGURE= yes
MAN1= cuebreakpoints.1 cueconvert.1 cueprint.1
PORTDOCS= README
PORTEXAMPLES= cuetag.sh
PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cueprint
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${EXAMPLESDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${STAGEDIR}${EXAMPLESDIR}
.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