a23bcd1501
- use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency)
33 lines
779 B
Makefile
33 lines
779 B
Makefile
# New ports collection makefile for: ogg2mp3
|
|
# Date created: 26 Jun 2005
|
|
# Whom: Aleksander Fafula <alex@bsdguru.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ogg2mp3
|
|
PORTVERSION= 0.6.1
|
|
PORTREVISION?= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://jamesa.com/projects/ogg2mp3/releases/
|
|
|
|
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|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/ogg2mp3
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|