freebsd-ports/textproc/libxmlb/Makefile
2022-03-04 18:25:09 +01:00

20 lines
438 B
Makefile

PORTNAME= libxmlb
DISTVERSION= 0.3.7
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>