blob: 089254b1ae5420c6e4ff2451116a7109a14acb30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $FreeBSD$
PORTNAME= opus
PORTVERSION= 1.0.2
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
https://ftp.mozilla.org/pub/mozilla.org/opus/
MAINTAINER= naddy@FreeBSD.org
COMMENT= IETF audio codec
USE_AUTOTOOLS= libtool
USES= pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-custom-modes \
--disable-doc # requires doxygen
MAKE_JOBS_SAFE= yes
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>
|