freebsd-ports/audio/ripit/Makefile
Pav Lucistnik 73356b5261 - Use HTTP_PROXY env variable for CDDB retrieval
PR:		ports/59013
Submitted by:	Simon Barner <barner@in.tum.de>
Approved by:	maintainer
Approved by:	adamw (mentor)
2003-11-17 23:45:42 +00:00

34 lines
807 B
Makefile

# New ports collection makefile for: ripit
# Date created: 2 May 1999
# Whom: oyvindmo@initio.no
#
# $FreeBSD$
#
PORTNAME= ripit
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.initio.no/~oyvindmo/distfiles/
MAINTAINER= oyvindmo@initio.no
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
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>