SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

29
devel/json-glib/Makefile Normal file
View file

@ -0,0 +1,29 @@
COMMENT= JSON parser for GLib-based libraries and applications
GNOME_PROJECT= json-glib
GNOME_VERSION= 1.6.6
REVISION= 1
SHARED_LIBS += json-glib-1.0 6.1 # 0.600.0
CATEGORIES= devel
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB += c gio-2.0 glib-2.0 gobject-2.0 intl
MODULES= devel/meson \
x11/gnome
LIB_DEPENDS= devel/glib2
MODGNOME_TOOLS= docbook gi-docgen gobject-introspection
# Remove installed tests which only make sense in a CI environment
post-install:
rm -r ${PREFIX}/{libexec,share}/installed-tests/
.include <bsd.port.mk>