freebsd-ports/audio/ogg2mp3/Makefile
Martin Wilke 98cc6e666b - Remove references to the no longer existing website
Note:
	The original website hosting the ogg2mp3 script is no longer existent.
	The author of ogg2mp3 didn't respond to requests for an alternative
	download site. Also thanks to wxs@ for hosting the distfile.

PR:		132478
Submitted by:	maintainer
2009-03-09 19:53:34 +00:00

33 lines
770 B
Makefile

# New ports collection makefile for: ogg2mp3
# Date created: 26 Jun 2005
# Whom: Aleksander Fafula <alex@bsdguru.org>
#
# $FreeBSD$
PORTNAME= ogg2mp3
PORTVERSION= 0.5
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.atarininja.org/distfiles/
MAINTAINER= tobias.rehbein@web.de
COMMENT= Perl script that converts Ogg Vorbis files to MP3 format
RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \
${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
ogginfo:${PORTSDIR}/audio/vorbis-tools
NO_BUILD= yes
USE_BZIP2= yes
USE_PERL5= yes
PLIST_FILES= bin/ogg2mp3
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin|/usr/local/bin|g' \
${WRKSRC}/ogg2mp3
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${PREFIX}/bin
.include <bsd.port.mk>