aboutsummaryrefslogtreecommitdiff
path: root/audio/ripit/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-26 14:39:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-26 14:39:41 +0000
commit978d0d93350c3ed398f796bc7af9ed5fba574320 (patch)
treee5009c51e0f984cd7f247e659ce226875eafe4b7 /audio/ripit/Makefile
parent17a54193f9fb7005f646403ecdc91d0b01b1e5f8 (diff)
downloadports-978d0d93350c3ed398f796bc7af9ed5fba574320.tar.gz
ports-978d0d93350c3ed398f796bc7af9ed5fba574320.zip
Notes
Diffstat (limited to 'audio/ripit/Makefile')
-rw-r--r--audio/ripit/Makefile11
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>