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> |