pkgsrc/audio/speex/Makefile
wiz 028dd4d901 Updated speex to 1.2.0.
I just pushed the Speex 1.2.0 stable release.
Thanks to Ralph Giles for helping with the release process.
2016-12-12 14:53:13 +00:00

30 lines
761 B
Makefile

# $NetBSD: Makefile,v 1.34 2016/12/12 14:53:13 wiz Exp $
DISTNAME= speex-1.2.0
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.speex.org/
COMMENT= Open-source, patent-free voice codec
LICENSE= modified-bsd
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE= speex.pc.in
USE_TOOLS+= pkg-config
# previous versions of the package were called Speex
CONFLICTS= Speex-[0-9]*
CONFIGURE_ARGS+= --with-ogg-dir=${BUILDLINK_PREFIX.libogg:Q}
BUILDLINK_TRANSFORM+= l:gnugetopt:getopt
.include "options.mk"
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"