mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
334eb0fc61
If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
26 lines
518 B
Makefile
26 lines
518 B
Makefile
# $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>
|