# -*- 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
PortGroup gobject_introspection 1.0
set git_commit b485f69388aa8d00467342942ed068ef395729ee
version 4.0.0-${git_date}
description GObject JavaScriptCore bridge
long_description Seed is a library and interpreter, dynamically bridging (through gobject-introspection) \
the WebKit JavaScriptCore engine with the GObject type system. In a more concrete sense, \
Seed enables you to immediately write applications around a significant portion of the GNOME \
platform, and easily embed JavaScript as a scripting language in your GObject library.
homepage https://wiki.gnome.org/Projects/Seed
master_sites https://gitlab.gnome.org/GNOME/${git_name}/-/archive/${git_commit}/
distname ${git_name}-${git_commit}
checksums rmd160 effcf16dcaa8db8888afe8f63681bda2206f5baa \
sha256 2d1c9513bab6d122efb6dbd574772c90bcb49b82bfd4b2034ec327c6411ecb40 \
depends_build port:pkgconfig \
depends_lib port:gettext \
path:lib/pkgconfig/cairo.pc:cairo \
path:lib/pkgconfig/javascriptcoregtk-4.0.pc:webkit2-gtk \
gobject_introspection yes
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
configure.cmd ./autogen.sh
configure.args --with-webkit=4.0 \