pkgsrc/audio/oggasm/Makefile
agc 1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00

27 lines
686 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/06/18 09:22:16 agc Exp $
#
DISTNAME= oggasm_1.4.0
PKGNAME= ${DISTNAME:S/_/-/}
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= audio
MASTER_SITES= http://oggasm.sourceforge.net/
MAINTAINER= rxg@netbsd.org
HOMEPAGE= http://oggasm.sourceforge.net/
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
USE_PERL5= yes
REPLACE_PERL= oggasm
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/oggasm ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/oggasm.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"