# -*- 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
PortGroup active_variants 1.1
set branch [join [lrange [split ${version} .] 0 1] .]
description Glade is a RAD tool to enable quick & easy development of user interfaces \
for the GTK+ 3.* toolkit and the GNOME desktop environment.
long_description ${description}
maintainers {devans @dbevans} openmaintainer
homepage https://wiki.gnome.org/Apps/Glade
master_sites gnome:sources/${name}/${branch}/
checksums rmd160 13c1787e5958c404c6efca7417dab5673fb420af \
sha256 07d1545570951aeded20e9fdc6d3d8a56aeefe2538734568c5335be336c6abed
depends_skip_archcheck devhelp
depends_build port:pkgconfig \
depends_lib port:gdk-pixbuf2 \
depends_run port:desktop-file-utils \
gobject_introspection yes
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
configure.cmd ./autogen.sh
# disable optimization which (at least with clang)
# causes glade to segfault on startup
# after displaying main window
configure.args --enable-gladeui \
configure.cflags-append \