1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/audio/cue2toc/Makefile

30 lines
694 B
Makefile
Raw Normal View History

# New ports collection makefile for: cue2toc
# Date created: 24th September 2003
# Whom: Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$
#
PORTNAME= cue2toc
2004-11-06 13:17:44 +00:00
PORTVERSION= 0.1
CATEGORIES= audio perl5
2004-11-15 22:43:40 +00:00
MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/ \
http://www.oook.cz/bsd/distfiles/
MAINTAINER= pav@FreeBSD.org
COMMENT= Perl script that converts CUE files into TOC files for cdrdao
RUN_DEPENDS= ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav
NO_BUILD= yes
PLIST_FILES= bin/cue2toc.pl
2007-09-26 01:41:09 +00:00
USE_PERL5= yes
pre-patch:
2004-11-06 13:17:44 +00:00
@${REINPLACE_CMD} -e 's|use warnings;||' ${WRKDIR}/cue2toc
do-install:
2004-11-06 13:17:44 +00:00
${INSTALL_SCRIPT} ${WRKDIR}/cue2toc ${PREFIX}/bin/cue2toc.pl
.include <bsd.port.mk>