Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-12 16:38:18 +00:00
parent c6d94b06c8
commit e146d65ff2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357614

View File

@ -20,16 +20,15 @@ RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
LICENSE= GPLv2
USES= perl5
NO_STAGE= yes
USES= perl5 shebangfix
SHEBANG_FILES= src/soundgrab
NO_BUILD= yes
MAN1= soundgrab.1
PLIST_FILES= bin/soundgrab
PLIST_FILES= bin/soundgrab man/man1/soundgrab.1.gz
do-install:
@pod2man ${WRKSRC}/src/soundgrab ${WRKSRC}/src/soundgrab.1
${INSTALL_SCRIPT} ${WRKSRC}/src/soundgrab ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/src/soundgrab.1 ${MAN1PREFIX}/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/src/soundgrab ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/src/soundgrab.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>