pkgsrc/audio/mp32ogg/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

33 lines
826 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/07/16 01:19:06 jlam Exp $
DISTNAME= mp32ogg-0.11
PKGREVISION= 2
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= # empty
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://faceprint.com/software.phtml
COMMENT= Convert MP3 files to Ogg Vorbis files
DEPENDS+= mpg123>=0.59.18:../../audio/mpg123
DEPENDS+= vorbis-tools>=1.0.0.7:../../audio/vorbis-tools
DEPENDS+= p5-MP3-Info>=1.00:../../audio/p5-MP3-Info
DEPENDS+= p5-String-ShellQuote>=1.00:../../textproc/p5-String-ShellQuote
WRKSRC= ${WRKDIR}
EXTRACT_ONLY= # empty
NO_BUILD= yes
USE_TOOLS+= perl:run
REPLACE_PERL= ${WRKSRC}/${DISTNAME}
INSTALLATION_DIRS= bin
do-extract:
${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/mp32ogg
.include "../../mk/bsd.pkg.mk"