mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
8a14187f2e
- a gapless bug in the LPC filtering - a crash on destroy when using the pull API
27 lines
540 B
Makefile
27 lines
540 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libopusenc
|
|
PORTVERSION= 0.2.1
|
|
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
|
|
|
|
USES= gmake libtool pathfix pkgconfig
|
|
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>
|