1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/cue2toc/Makefile
Pav Lucistnik 0bc45f3e31 Update maintainer field with my FreeBSD.org address.
Approved by:	adamw (mentor)
2003-11-14 01:10:23 +00:00

28 lines
629 B
Makefile

# New ports collection makefile for: cue2toc
# Date created: 24th September 2003
# Whom: Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$
#
PORTNAME= cue2toc
PORTVERSION= 0.0
CATEGORIES= audio perl5
MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/
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
USE_REINPLACE= yes
pre-patch:
@${REINPLACE_CMD} -e 's|use warnings;||' ${WRKSRC}/cue2toc
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cue2toc ${PREFIX}/bin/cue2toc
.include <bsd.port.mk>