pkgsrc/audio/mp32ogg/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

31 lines
834 B
Makefile

# $NetBSD: Makefile,v 1.18 2014/05/29 23:35:14 wiz Exp $
DISTNAME= mp32ogg-0.11
PKGREVISION= 8
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= # empty
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://faceprint.com/code/
COMMENT= Convert MP3 files to Ogg Vorbis files
LICENSE= artistic
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}
USE_TOOLS+= perl:run
REPLACE_PERL= ${WRKSRC}/${DISTNAME}
INSTALLATION_DIRS= bin
do-build:
${SED} -e "s,/usr/bin,${PREFIX}/bin," ${WRKSRC}/${DISTNAME} > ${WRKSRC}/mp32ogg
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mp32ogg ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"