mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
0732ad9e0d
- Update pkg-descr PR: ports/155640 Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
41 lines
1.0 KiB
Makefile
41 lines
1.0 KiB
Makefile
# New ports collection makefile for: mp3burn
|
|
# Date created: 17th December 2003
|
|
# Whom: Vincent Tantardini <vinc@FreeBSD-fr.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mp3burn
|
|
PORTVERSION= 0.4.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= Command line tool to burn audio CDs from MP3, Ogg, Vorbis, FLAC files
|
|
|
|
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \
|
|
ogg123:${PORTSDIR}/audio/vorbis-tools \
|
|
${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
|
|
${SITE_PERL}/${PERL_ARCH}/Ogg/Vorbis/Header.pm:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header \
|
|
${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_BZIP2= yes
|
|
USE_PERL5= yes
|
|
USE_CDRTOOLS= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/mp3burn
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' \
|
|
-e 's|/bin/uname|/usr/bin/uname|g' \
|
|
-e 's|x86_64|amd64|g' \
|
|
-e 's|" -pad -audio"|" -tao -pad -audio"|' ${WRKSRC}/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/mp3burn ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|