diff options
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r-- | audio/speex/Makefile | 25 |
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" |