- Switch to options helpers
This commit is contained in:
parent
7b7d139a47
commit
701b06dc10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404794
@ -10,8 +10,10 @@ DISTNAME= ${PORTNAME}16d_i386_freebsd42
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tool to convert VCDs from cue/bin format to mpeg
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
WRKSRC= ${WRKDIR}/vcdgear16
|
||||
NO_BUILD= true
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
@ -19,12 +21,11 @@ PORTDOCS= faq.txt manual.txt whatsnew.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vcdgear16_static \
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user