98c3768c3a
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
31 lines
834 B
Makefile
31 lines
834 B
Makefile
# $NetBSD: Makefile,v 1.18 2013/05/31 12:39:37 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= oggasm_1.4.0
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
PKGREVISION= 5
|
|
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"
|