pkgsrc/audio/oggasm/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

31 lines
834 B
Makefile

# $NetBSD: Makefile,v 1.20 2015/06/12 10:48:23 wiz Exp $
#
DISTNAME= oggasm_1.4.0
PKGNAME= ${DISTNAME:S/_/-/}
PKGREVISION= 7
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= rxg@NetBSD.org
# HOMEPAGE= http://oggasm.sourceforge.net/
# but see http://us.geocities.com/pvachusk/programs/index.html
COMMENT= Perform batch conversion of mp3s into oggs
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
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_TOOLS+= perl:run
REPLACE_PERL= oggasm
NO_BUILD= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/oggasm ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/oggasm.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"