ports/audio/opus/Makefile

26 lines
485 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= IETF audio codec
VERSION= 1.4
DISTNAME= opus-${VERSION}
SHARED_LIBS= opus 1.4 # 9.0
CATEGORIES= audio
HOMEPAGE= https://opus-codec.org/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE= Yes
2023-09-08 05:21:37 +00:00
SITES= https://downloads.xiph.org/releases/opus/ \
2023-08-16 22:26:55 +00:00
https://github.com/xiph/opus/releases/download/v${VERSION}/
WANTLIB= m
USE_GMAKE= Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-doc # requires doxygen
.include <bsd.port.mk>