SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
29
devel/json-glib/Makefile
Normal file
29
devel/json-glib/Makefile
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue