Support staging
This commit is contained in:
parent
30b3776733
commit
a40ed2e4ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334781
@ -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
6
audio/cuetools/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user