summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-03-15 20:53:06 +0000
committerwiz <wiz@pkgsrc.org>2001-03-15 20:53:06 +0000
commit8001bda8b464b98cd03f3efe1f6c5e6552613ac8 (patch)
treec21582816b005d004dfcbb6f6e6716f06ab4df15 /audio/vorbis-tools/Makefile
parent7add87736ad1f343e70bf2691fea916d1c376bad (diff)
downloadpkgsrc-8001bda8b464b98cd03f3efe1f6c5e6552613ac8.tar.gz
Initial import of vorbis-tools: Ogg Vorbis encoder and player.
Replaces audio/vorbis. Package by Jeremy C. Reed, submitted in pkg/12415. (Note: -d wav output seems to be broken right now, output to /dev/audio works fine.)
Diffstat (limited to 'audio/vorbis-tools/Makefile')
-rw-r--r--audio/vorbis-tools/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
new file mode 100644
index 00000000000..60dc0bdb489
--- /dev/null
+++ b/audio/vorbis-tools/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/15 20:53:06 wiz Exp $
+
+DISTNAME= vorbis-tools-1.0beta4
+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.0beta4:../../audio/libogg
+DEPENDS+= libvorbis>=1.0beta4:../../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"