# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup meson 1.0 name json-glib version 1.10.0 revision 0 categories devel gnome license LGPL-2.1+ maintainers otherware.org:nefar {mascguy @mascguy} openmaintainer description Provides JSON support long_description JSON-GLib is a library providing serialization and \ deserialization support for the JavaScript Object Notation \ (JSON) format described by RFC 4627. homepage https://wiki.gnome.org/Projects/JsonGlib set branch [join [lrange [split ${version} .] 0 1] .] master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 8c6d9d42cc39fc0fbe3b3f6f74d5f5e4409eba5f \ sha256 1bca8d66d96106ecc147df3133b95a5bb784f1fa6f15d06dd7c1a8fb4a10af7b \ size 252652 # Disable unexpected download of subprojects meson.wrap_mode nodownload depends_build-append \ port:gettext \ port:pkgconfig depends_lib-append \ port:gettext-runtime \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ path:lib/pkgconfig/gobject-introspection-1.0.pc:gobject-introspection configure.args-append \ -Dgtk_doc=disabled \ -Dintrospection=enabled \ -Dtests=false livecheck.type gnome