# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
PortGroup active_variants 1.1
set branch [join [lrange [split ${version} .] 0 1] .]
# libs are LGPL, binaries and examples are GPL
description GUI frontend to the libbonobo component of GNOME 2
long_description Bonobo is a set of language and system independant CORBA \
interfaces for creating reusable components and creating compound \
documents. libbonoboui includes a Gtk+ based implementation of the \
Bonobo interfaces, enabling developers to create reusable \
components and applications that can be used to form more complex \
homepage https://www.gnome.org/
master_sites gnome:sources/${name}/${branch}/
checksums rmd160 0ebf5618e1564317561b098d6774f0c75ea082f0 \
sha256 fab5f2ac6c842d949861c07cb520afe5bee3dce55805151ce9cd01be0ec46fcd
depends_build port:coreutils \
depends_lib port:desktop-file-utils \
depends_lib-append port:gtk2
require_active_variants gtk2 x11
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
configure.cmd ./autogen.sh
configure.args --without-x
configure.cflags-append \