freebsd-ports/textproc/libxmlb/Makefile
Tobias C. Berner 7fa00a6b28 textproc/libxmlb: update to 0.3.10
Bugfixes:
 - Fix dumping and exporting multiple files from the CLI (Richard
   Hughes)
 - Watch files before loading them into the builder (Philip Withnall)
 - Fix potential double free when filtering by language (Sergio Costas
   Rodriguez)
2022-10-15 08:26:10 +02:00

21 lines
480 B
Makefile

PORTNAME= libxmlb
DISTVERSION= 0.3.10
CATEGORIES= textproc
MAINTAINER= desktop@FreeBSD.org
COMMENT= Library to help create and query binary XML blobs
WWW= https://github.com/hughsie/libxmlb
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>