pkgsrc/audio/rip/Makefile
jlam 3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00

31 lines
761 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/07/16 01:19:07 jlam Exp $
#
DISTNAME= rip-1.07
CATEGORIES= audio perl5
MASTER_SITES= http://rip.sourceforge.net/download/
MAINTAINER= lems@gmx.net
HOMEPAGE= http://rip.sourceforge.net/
COMMENT= Command-line based audio CD ripper and encoder
DEPENDS+= p5-CDDB_get>=2.23:../../audio/p5-CDDB_get
DEPENDS+= p5-MP3-Info>=1.00:../../audio/p5-MP3-Info
NO_BUILD= # defined
USE_TOOLS+= perl:run
REPLACE_PERL= rip
DOCFILES= BUGS CHANGELOG COPYING FAQ INSTALLING README
DOCDIR= ${PREFIX}/share/doc/rip
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/rip ${PREFIX}/bin/rip
${INSTALL_DATA_DIR} ${DOCDIR}
for i in ${DOCFILES}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${DOCDIR}; \
done
.include "../../mk/bsd.pkg.mk"