# -*- 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
# $Id: Portfile 66449 2010-04-13 19:51:17Z ryandesign@macports.org $

PortSystem      1.0

name            libbonoboui
version         2.24.3
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     nomaintainer
categories      gnome
platforms       darwin
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 \
    documents.

homepage        http://www.gnome.org/
master_sites    gnome:sources/${name}/${branch}/
use_bzip2       yes

checksums           md5     3a754b1df0a4d5fd4836a05020a0bb4a \
                    sha1    917a2ca65307644fe97383b41632148fde9dea4c \
                    rmd160  69948f05157f4fef76d3bc0d41aaa98ef3c4ea50

depends_build \
    port:pkgconfig

depends_lib \
    port:gconf \
    path:lib/pkgconfig/glib-2.0.pc:glib2 \
    port:gnome-vfs \
    port:gtk2 \
    port:xorg-libice \
    port:xorg-libsm \
    port:libbonobo \
    port:libglade2 \
    port:libgnomecanvas \
    port:libgnome \
    port:dbus \
    port:dbus-glib \
    port:libiconv \
    port:libxml2 \
    port:gettext

livecheck.type  regex
livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
