summaryrefslogtreecommitdiff
path: root/audio/speex/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-24 08:58:53 +0000
committerwiz <wiz@pkgsrc.org>2003-03-24 08:58:53 +0000
commitdee4899a00c75c8fd4e4266d21f444d6090863a9 (patch)
treeb4e907686ab451c25b798a6e80dda937ded45792 /audio/speex/Makefile
parent499e3d864faa73f7525c5241094f95864bb62c92 (diff)
downloadpkgsrc-dee4899a00c75c8fd4e4266d21f444d6090863a9.tar.gz
Re-import of audio/Speex as audio/speex.
Moved Speex to Speex-mixedcase in the repository [schmonz 2007-06-07]
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r--audio/speex/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
new file mode 100644
index 00000000000..82444599531
--- /dev/null
+++ b/audio/speex/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/03/24 08:58:53 wiz Exp $
+#
+
+DISTNAME= speex-1.0rc3
+PKGNAME= speex-0.99.5
+CATEGORIES= audio
+MASTER_SITES= http://www.speex.org/download/
+
+MAINTAINER= wiz@netbsd.org
+HOMEPAGE= http://www.speex.org/
+COMMENT= open-source, patent-free voice codec
+
+USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GNU_CONFIGURE= YES
+
+# previous versions of the package were called Speex
+CONFLICTS= Speex-[0-9]*
+
+CONFIGURE_ARGS+= --with-ogg-dir="${BUILDLINK_PREFIX.libogg}"
+
+.include "../../audio/libogg/buildlink2.mk"
+.include "../../mk/ossaudio.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"