mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
b365dc944a
compile. Approved by: tijl Differential Revision: https://reviews.freebsd.org/D4105
24 lines
446 B
Makefile
24 lines
446 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
|
|
|
|
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>
|