# $FreeBSD: head/audio/speexdsp/Makefile 503813 2019-06-09 11:36:12Z riggs $ PORTNAME= speexdsp DISTVERSION= 1.2.0 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Audio compression format designed for speech LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool pathfix USE_LDCONFIG= yes .include .if ${ARCH} == "aarch64" CONFIGURE_ARGS+=--disable-neon .endif .include