pkgsrc/audio/oggasm/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

31 lines
817 B
Makefile

# $NetBSD: Makefile,v 1.14 2007/01/07 09:13:47 rillig Exp $
#
DISTNAME= oggasm_1.4.0
PKGNAME= ${DISTNAME:S/_/-/}
PKGREVISION= 3
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 ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/oggasm.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"