freebsd-ports/audio/ripit/Makefile
Anders Nordby f78b5a5cab Enable use of dd(1) for ripping the tracks.
Enable use of -q quality setting with oggenc.
Minor robustification of the --outputdir parameter.
Fix WWW in pkg-descr.
Update pkg-comment to reflect the reality wrt dependencies.

PR:		38498
Submitted by:	maintainer
2002-05-24 23:25:36 +00:00

33 lines
771 B
Makefile

# New ports collection makefile for: ripit
# Date created: 2 May 1999
# Whom: oyvindmo@initio.no
#
# $FreeBSD$
#
PORTNAME= ripit
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.initio.no/~oyvindmo/distfiles/
MAINTAINER= oyvindmo@initio.no
# See pkg-message about other dependencies.
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
RUN_DEPENDS+= dagrab:${PORTSDIR}/audio/dagrab
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>