# -*- 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 83109 2011-08-25 22:53:30Z dports@macports.org $

PortSystem      1.0
PortGroup       muniversal 1.0

name            eggdbus
version         0.6
maintainers     devans openmaintainer
categories      devel
platforms       darwin
license         LGPL-2+
description     GObject bindings for D-Bus

long_description \
    ${description}

homepage        http://www.freedesktop.org/Software/dbus
master_sites    http://hal.freedesktop.org/releases/

checksums       md5     b43d2a6c523fcb8b9d0b0300c4222386 \
                sha1    d84b64773fef10516ea641f1e0913a2cf3991b05 \
                rmd160  73bffd34c9289b0715d1442f425b6803af9baa7d

patchfiles      patch-configure.diff

depends_build   port:pkgconfig \
                port:libxslt \
                port:docbook-xsl \
                port:gtk-doc

depends_lib     port:dbus-glib

use_parallel_build no

livecheck.type  regex
livecheck.url   ${master_sites}
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
