opnsense-ports/audio/cue2toc/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 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>