forked from Lainports/freebsd-ports
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)
21 lines
480 B
Makefile
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>
|