aboutsummaryrefslogtreecommitdiff
path: root/audio/ripit/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-07 16:58:18 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-07 16:58:18 +0000
commit4a73519d34531ef2a3d1af1c1d5ab3e338ed2dbb (patch)
tree3a75ed6c8f5b7ec88598bf64865bf8f63368f2d1 /audio/ripit/Makefile
parent03eba9ebb6a8ac34d3d9466004ba36d36d7bc3e0 (diff)
downloadports-4a73519d34531ef2a3d1af1c1d5ab3e338ed2dbb.tar.gz
ports-4a73519d34531ef2a3d1af1c1d5ab3e338ed2dbb.zip
Notes
Diffstat (limited to 'audio/ripit/Makefile')
-rw-r--r--audio/ripit/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile
index 2e503b10e0c8..6f4712231d34 100644
--- a/audio/ripit/Makefile
+++ b/audio/ripit/Makefile
@@ -6,24 +6,25 @@
#
PORTNAME= ripit
-PORTVERSION= 1.8
-PORTREVISION= 1
+PORTVERSION= 2.0
CATEGORIES= audio
MASTER_SITES= http://www.initio.no/~oyvindmo/distfiles/
MAINTAINER= oyvindmo@initio.no
-RUN_DEPENDS= bladeenc:${PORTSDIR}/audio/bladeenc \
- lame:${PORTSDIR}/audio/lame \
- gogo:${PORTSDIR}/audio/gogo \
- tosha:${PORTSDIR}/audio/tosha \
- cdda2wav:${PORTSDIR}/sysutils/cdrtools \
- cda:${PORTSDIR}/audio/xmcd
+# See pkg-message about other dependencies.
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get
NO_BUILD= yes
USE_PERL5= yes
+post-patch:
+ @ ${PERL} -pi -ne "s|#!/usr/bin/perl|#!${PERL}|" ${WRKSRC}/ripit.pl
+
do-install:
@ ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin
+post-install:
+ @ ${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>