View | Details | Raw Unified | Return to bug 189658
Collapse All | Expand All

(-)audio/ogg2mp3/Makefile (-2 / +3 lines)
Lines 10-22 Link Here
10
MAINTAINER=	tobias.rehbein@web.de
10
MAINTAINER=	tobias.rehbein@web.de
11
COMMENT=	Perl script that converts Ogg Vorbis files to MP3 format
11
COMMENT=	Perl script that converts Ogg Vorbis files to MP3 format
12
12
13
LICENSE=	GPLv2
14
13
RUN_DEPENDS=	lame:${PORTSDIR}/audio/lame \
15
RUN_DEPENDS=	lame:${PORTSDIR}/audio/lame \
14
		p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
16
		p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
15
		ogginfo:${PORTSDIR}/audio/vorbis-tools
17
		ogginfo:${PORTSDIR}/audio/vorbis-tools
16
18
17
NO_BUILD=	yes
19
NO_BUILD=	yes
18
USE_BZIP2=	yes
20
USE_BZIP2=	yes
19
NO_STAGE=	yes
20
USES=		perl5
21
USES=		perl5
21
22
22
PLIST_FILES=	bin/ogg2mp3
23
PLIST_FILES=	bin/ogg2mp3
Lines 25-30 Link Here
25
	@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/ogg2mp3
26
	@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/ogg2mp3
26
27
27
do-install:
28
do-install:
28
	${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${PREFIX}/bin
29
	${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${STAGEDIR}${PREFIX}/bin
29
30
30
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)audio/ogg2mp3/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
ogg2mp3 is a perl script that converts Ogg Vorbis files into MP3 format.
1
ogg2mp3 is a perl script that converts Ogg Vorbis files into MP3 format.
2
2
3
WWW:	http://gitorious.org/ogg2mp3/pages/Home 
3
WWW: http://gitorious.org/ogg2mp3/pages/Home 

Return to bug 189658