Lines 10-29
Link Here
|
10 |
MAINTAINER= tobias.rehbein@web.de |
10 |
MAINTAINER= tobias.rehbein@web.de |
11 |
COMMENT= Command line audio CD ripper |
11 |
COMMENT= Command line audio CD ripper |
12 |
|
12 |
|
|
|
13 |
LICENSE= GPLv2 |
14 |
|
13 |
# See pkg-message about other dependencies. |
15 |
# See pkg-message about other dependencies. |
14 |
RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \ |
16 |
RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \ |
15 |
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ |
17 |
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ |
16 |
p5-WebService-MusicBrainz>=0:${PORTSDIR}/www/p5-WebService-MusicBrainz \ |
18 |
p5-WebService-MusicBrainz>=0:${PORTSDIR}/www/p5-WebService-MusicBrainz \ |
17 |
p5-MusicBrainz-DiscID>=0:${PORTSDIR}/audio/p5-MusicBrainz-DiscID \ |
19 |
p5-MusicBrainz-DiscID>=0:${PORTSDIR}/audio/p5-MusicBrainz-DiscID \ |
18 |
lame:${PORTSDIR}/audio/lame \ |
20 |
lame:${PORTSDIR}/audio/lame \ |
19 |
cdparanoia:${PORTSDIR}/audio/cdparanoia \ |
21 |
cdparanoia:${PORTSDIR}/audio/cdparanoia |
20 |
|
22 |
|
21 |
USES= perl5 shebangfix |
23 |
USES= perl5 shebangfix |
22 |
NO_STAGE= yes |
|
|
23 |
NO_BUILD= yes |
24 |
NO_BUILD= yes |
24 |
PLIST_FILES= bin/ripit |
|
|
25 |
MAN1= ripit.1 |
26 |
PORTEXAMPLES= config |
27 |
USE_PERL5= run |
25 |
USE_PERL5= run |
28 |
USE_BZIP2= yes |
26 |
USE_BZIP2= yes |
29 |
SHEBANG_FILES= ripit.pl |
27 |
SHEBANG_FILES= ripit.pl |
Lines 34-47
Link Here
|
34 |
.include <bsd.port.options.mk> |
32 |
.include <bsd.port.options.mk> |
35 |
|
33 |
|
36 |
do-install: |
34 |
do-install: |
37 |
${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin/ripit |
35 |
${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${STAGEDIR}${PREFIX}/bin/ripit |
38 |
${INSTALL_MAN} ${WRKSRC}/ripit.1 ${MAN1PREFIX}/man/man1 |
36 |
${INSTALL_MAN} ${WRKSRC}/ripit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 |
39 |
.if ${PORT_OPTIONS:MEXAMPLES} |
37 |
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ |
40 |
${MKDIR} ${EXAMPLESDIR}/ |
38 |
${INSTALL_DATA} ${WRKSRC}/config ${STAGEDIR}${EXAMPLESDIR}/config |
41 |
${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}/config |
|
|
42 |
.endif |
43 |
|
44 |
post-install: |
45 |
@${CAT} ${PKGMESSAGE} |
46 |
|
39 |
|
47 |
.include <bsd.port.mk> |
40 |
.include <bsd.port.mk> |