2019-07-12 20:43:27 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2019/07/12 20:43:37 sthen Exp $
|
2012-07-10 12:11:22 +00:00
|
|
|
|
2012-12-10 20:08:23 +00:00
|
|
|
COMMENT= IETF audio codec
|
2012-07-10 12:11:22 +00:00
|
|
|
|
2019-04-21 19:38:46 +00:00
|
|
|
DISTNAME= opus-1.3.1
|
|
|
|
SHARED_LIBS= opus 1.3 # 8.0
|
2012-07-10 12:11:22 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
|
2015-12-24 16:15:59 +00:00
|
|
|
HOMEPAGE= https://opus-codec.org/
|
2012-07-10 12:11:22 +00:00
|
|
|
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
2019-07-12 20:43:27 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2012-07-10 12:11:22 +00:00
|
|
|
|
2017-06-30 19:32:16 +00:00
|
|
|
MASTER_SITES= https://archive.mozilla.org/pub/opus/
|
2012-07-10 12:11:22 +00:00
|
|
|
|
|
|
|
WANTLIB= m
|
|
|
|
|
2013-12-15 20:15:44 +00:00
|
|
|
USE_GMAKE= Yes
|
2012-07-10 12:11:22 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
2017-06-30 19:32:16 +00:00
|
|
|
CONFIGURE_ARGS= --disable-doc # requires doxygen
|
2015-12-24 16:15:59 +00:00
|
|
|
|
2012-07-10 12:11:22 +00:00
|
|
|
.include <bsd.port.mk>
|