25 lines
676 B
Makefile
25 lines
676 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/04/05 13:18:52 wiz Exp $
|
|
|
|
DISTNAME= vorbis-tools-1.0beta4
|
|
PKGNAME= vorbis-tools-1.0.0.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.vorbis.com/files/beta4/unix/
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://www.vorbis.com/
|
|
COMMENT= Ogg Vorbis encoder and player
|
|
|
|
DEPENDS+= libao>=0.6.0:../../audio/libao
|
|
DEPENDS+= libogg>=1.0.0.4:../../audio/libogg
|
|
DEPENDS+= libvorbis>=1.0.0.4:../../audio/libvorbis
|
|
|
|
CONFLICTS= vorbis-*
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
CONFIGURE_ARGS+= --with-ogg-prefix=${PREFIX} \
|
|
--with-vorbis-prefix=${PREFIX} \
|
|
--with-ao-prefix=${PREFIX}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|