opnsense-ports/audio/speexdsp/Makefile
Franco Fichtner edac56fcf6 audio/speexdsp: sync with upstream
Taken from: HardenedBSD
2018-06-11 06:43:22 +02:00

26 lines
499 B
Makefile

# $FreeBSD$
PORTNAME= speexdsp
DISTVERSION= 1.2rc3
PORTREVISION= 1
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 <bsd.port.options.mk>
.if ${ARCH} == "aarch64"
CONFIGURE_ARGS+=--disable-neon
.endif
.include <bsd.port.mk>