freebsd-ports/audio/mp3burn/Makefile
Pav Lucistnik 445df800b7 Add mp3burn, a commandline tool for burning audio CDs from mp3 files
PR:		ports/60404
Submitted by:	vinc <vinc@FreeBSD-fr.org>
2003-12-19 22:02:41 +00:00

34 lines
806 B
Makefile

# New ports collection makefile for: mp3burn
# Date created: 17th December 2003
# Whom: Vincent Tantardini <vinc@FreeBSD-fr.org>
#
# $FreeBSD$
PORTNAME= mp3burn
PORTVERSION= 0.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Command line tool for making audio CDs from mp3s
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \
mpg123:${PORTSDIR}/audio/mpg123 \
${SITE_PERL}/MPEG/MP3Info.pm:${PORTSDIR}/audio/p5-MP3-Info
USE_PERL5= yes
NO_BUILD= yes
USE_REINPLACE= yes
MAN1= mp3burn.1
MANCOMPRESSED= no
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/mp3burn
do-install:
@${CP} ${WRKSRC}/mp3burn ${PREFIX}/bin
@${CP} ${WRKSRC}/mp3burn.1 ${PREFIX}/man/man1
.include <bsd.port.mk>