pkgsrc/audio/vorbis-tools/Makefile
jlam f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00

26 lines
717 B
Makefile

# $NetBSD: Makefile,v 1.7 2001/09/27 23:17:45 jlam Exp $
DISTNAME= vorbis-tools-1.0rc2
PKGNAME= vorbis-tools-1.0.0.6
CATEGORIES= audio
MASTER_SITES= http://www.vorbis.com/files/rc2/unix/
MAINTAINER= lukem@netbsd.org
HOMEPAGE= http://www.vorbis.com/
COMMENT= Ogg Vorbis encoder and player
CONFLICTS= vorbis-[0-9]*
USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ARGS+= --with-ogg-prefix=${BUILDLINK_DIR} \
--with-vorbis-prefix=${BUILDLINK_DIR} \
--with-ao-prefix=${BUILDLINK_DIR}
.include "../../audio/libao/buildlink.mk"
.include "../../audio/libogg/buildlink.mk"
.include "../../audio/libvorbis/buildlink.mk"
.include "../../mk/bsd.pkg.mk"