1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/audio/opus/Makefile
Christian Weisgerber e8ee92b24b Fix shared library version in plist.
PR:		174351
Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info>
2012-12-11 13:01:50 +00:00

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>