1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/audio/cue2toc/Makefile
Baptiste Daroussin a0117760b3 Support staging,
Use shebangfix
2013-11-24 19:48:42 +00:00

28 lines
661 B
Makefile

# Created by: Pav Lucistnik <pav@oook.cz>
# $FreeBSD$
PORTNAME= cue2toc
PORTVERSION= 0.1
CATEGORIES= audio perl5
MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/ \
http://www.oook.cz/bsd/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl script that converts CUE files into TOC files for cdrdao
RUN_DEPENDS= p5-Audio-Wav>=0:${PORTSDIR}/audio/p5-Audio-Wav
USES= perl5 shebangfix
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/cue2toc.pl
SHEBANG_FILES= cue2toc
pre-patch:
@${REINPLACE_CMD} -e 's|use warnings;||' ${WRKDIR}/cue2toc
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/cue2toc ${STAGEDIR}${PREFIX}/bin/cue2toc.pl
.include <bsd.port.mk>