diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-26 14:39:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-26 14:39:41 +0000 |
commit | 978d0d93350c3ed398f796bc7af9ed5fba574320 (patch) | |
tree | e5009c51e0f984cd7f247e659ce226875eafe4b7 /audio/ripit/Makefile | |
parent | 17a54193f9fb7005f646403ecdc91d0b01b1e5f8 (diff) | |
download | ports-978d0d93350c3ed398f796bc7af9ed5fba574320.tar.gz ports-978d0d93350c3ed398f796bc7af9ed5fba574320.zip |
Notes
Diffstat (limited to 'audio/ripit/Makefile')
-rw-r--r-- | audio/ripit/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index 5da9e181e62b..2af62eed1c09 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -6,10 +6,9 @@ # PORTNAME= ripit -PORTVERSION= 2.0 -PORTREVISION= 2 +PORTVERSION= 3.4 CATEGORIES= audio -MASTER_SITES= http://www.initio.no/~oyvindmo/distfiles/ +MASTER_SITES= http://www.suwald.com/ripit/ MAINTAINER= ports@FreeBSD.org COMMENT= A perl-script frontend for encoding audio CDs to MP3 files @@ -17,10 +16,11 @@ COMMENT= A perl-script frontend for encoding audio CDs to MP3 files # See pkg-message about other dependencies. RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame -RUN_DEPENDS+= dagrab:${PORTSDIR}/audio/dagrab +RUN_DEPENDS+= cdparanoia:${PORTSDIR}/audio/cdparanoia NO_BUILD= yes -PLIST_FILES= bin/ripit.pl +PLIST_FILES= bin/ripit.pl \ + bin/ripit USE_PERL5= yes post-patch: @@ -30,6 +30,7 @@ do-install: @ ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin post-install: + @ ${LN} -s ${PREFIX}/bin/ripit.pl ${PREFIX}/bin/ripit @ ${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |