1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/libopusenc/Makefile
Christian Weisgerber 8a14187f2e Update to 0.2.1. This release fixes two minor bugs:
- a gapless bug in the LPC filtering
- a crash on destroy when using the pull API
2018-10-20 18:13:19 +00:00

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>