2018-09-26 17:25:03 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libopusenc
|
2018-10-20 20:13:19 +02:00
|
|
|
PORTVERSION= 0.2.1
|
2018-09-26 17:25:03 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= MOZILLA/opus
|
|
|
|
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
|
|
COMMENT= High-level API for encoding .opus files
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
LIB_DEPENDS= libopus.so:audio/opus
|
|
|
|
|
2018-09-27 21:03:24 +02:00
|
|
|
USES= gmake libtool pathfix pkgconfig
|
2018-09-26 17:25:03 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-maintainer-mode # avoid autotools cascade
|
|
|
|
CONFIGURE_ARGS+=--disable-doc # requires doxygen
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|