Files
ports/audio/libopusenc/Makefile
T
Christian Weisgerber 741c4dd947 audio/libopusenc: maintenance update to 0.3
PR:		292210
2026-01-10 00:09:37 +01:00

26 lines
570 B
Makefile

PORTNAME= libopusenc
PORTVERSION= 0.3
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/opus/
MAINTAINER= naddy@FreeBSD.org
COMMENT= High-level API for encoding .opus files
WWW= https://opus-codec.org/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libopus.so:audio/opus
USES= libtool 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>