23 lines
603 B
Makefile
23 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/09/08 15:25:05 richard Exp $
|
|
|
|
DISTNAME= speexdsp-1.2rc3
|
|
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 DSP library
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
PKGCONFIG_OVERRIDE= speexdsp.pc.in
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.if ${MACHINE_ARCH} == "aarch64"
|
|
CONFIGURE_ARGS+= --disable-neon
|
|
.endif
|
|
|
|
BUILDLINK_API_DEPENDS.speex+= speex>=1.2rc2
|
|
.include "../../audio/speex/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|