Tweak audio/opus version 1.1
[dports.git] / audio / opus / Makefile
1 # $FreeBSD: head/audio/opus/Makefile 336843 2013-12-18 16:04:49Z naddy $
2
3 PORTNAME=       opus
4 PORTVERSION=    1.1
5 CATEGORIES=     audio
6 MASTER_SITES=   http://downloads.xiph.org/releases/opus/ \
7                 https://ftp.mozilla.org/pub/mozilla.org/opus/
8
9 MAINTAINER=     naddy@FreeBSD.org
10 COMMENT=        IETF audio codec
11
12 USES=           gmake pathfix
13 USE_AUTOTOOLS=  libtool
14 USE_LDCONFIG=   yes
15
16 GNU_CONFIGURE=  yes
17 CONFIGURE_ARGS= --enable-custom-modes \
18                 --disable-maintainer-mode \
19                 --disable-doc   # requires doxygen
20
21 regression-test: build
22         @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
23
24 .include <bsd.port.options.mk>
25
26 .if ${ARCH} == "arm"
27 CONFIGURE_ARGS+=--enable-fixed-point
28 .endif
29
30 .include <bsd.port.mk>