summaryrefslogtreecommitdiff
path: root/devel/orc/Makefile
blob: 9ab659f54b16d66317d9954dc9e23bbb401013bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PORTNAME=	orc
DISTVERSION=	0.4.41
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	https://gstreamer.freedesktop.org/data/src/orc/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Library and toolset to operate arrays of data
WWW=		https://gstreamer.freedesktop.org/projects/orc.html

LICENSE=	BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB=	multi
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		meson pkgconfig tar:xz

MESON_ARGS=	--default-library=both \
		-Dbenchmarks=auto \
		-Dexamples=auto \
		-Dorc-target=all \
		-Dorc-test=auto \
		-Dtests=auto \
		-Dtools=auto
USE_LDCONFIG=	yes

PLIST_SUB=	LIBMINORVER=${PORTVERSION:E}

OPTIONS_DEFINE=	DOCS

DOCS_BUILD_DEPENDS=	gtkdoc-scan:textproc/gtk-doc
DOCS_MESON_ENABLED=	gtk_doc

.include <bsd.port.mk>