mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
e8ee92b24b
PR: 174351 Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info>
25 lines
499 B
Makefile
25 lines
499 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opus
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 1
|
|
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
|
|
USE_GNOME= gnomehack
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-doc # requires doxygen
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
regression-test: build
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
|
|
|
|
.include <bsd.port.mk>
|