1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/audio/opus/Makefile
2012-09-15 19:42:56 +00:00

24 lines
501 B
Makefile

# $FreeBSD$
PORTNAME= opus
PORTVERSION= 1.0.1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
https://ftp.mozilla.org/pub/mozilla.org/opus/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Interactive speech and 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>