29 lines
530 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.18 2018/07/10 15:17:41 naddy Exp $
# invalid use of `restrict'
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT= IETF audio codec
DISTNAME= opus-1.2.1
SHARED_LIBS= opus 1.1 # 6.1
CATEGORIES= audio
HOMEPAGE= https://opus-codec.org/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= https://archive.mozilla.org/pub/opus/
WANTLIB= m
USE_GMAKE= Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-doc # requires doxygen
.include <bsd.port.mk>