aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxmlb/Makefile
blob: cbc3ed52a3f375e538c78f8adad3a07f5375e48f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	libxmlb
DISTVERSION=	0.3.9
CATEGORIES=	textproc

MAINTAINER=	desktop@FreeBSD.org
COMMENT=	Library to help create and query binary XML blobs

LICENSE=	LGPL21

BUILD_DEPENDS=	gtkdoc-scan:textproc/gtk-doc
LIB_DEPENDS=	libstemmer.so:textproc/snowballstemmer

USES=		gnome meson pkgconfig localbase:ldflags
USE_GITHUB=	yes
GH_ACCOUNT=	hughsie
USE_GNOME=	glib20 introspection:build

MESON_ARGS=	-Dstemmer=true

.include <bsd.port.mk>