# $Id: Portfile 61460 2009-12-11 22:16:58Z ryandesign@macports.org $

PortSystem          1.0

name                dbus-sharp
version             0.6.0
categories          devel
platforms           darwin
maintainers         simon openmaintainer
description         C# implementation of D-Bus
long_description    ${description}. D-Bus is an inter-process communication \
                    framework that lets applications interface with the \
                    system event bus as well as allowing them to talk to one \
                    another in a peer-to-peer configuration.

homepage            http://www.ndesk.org/DBusSharp
master_sites        http://www.ndesk.org/archive/dbus-sharp/
checksums           md5 5157ba105c9ac491f6e900bc78d1791f \
                    sha1 4971a54ea6cbee41266cc89040ca427cfc3f99f0 \
                    rmd160 1da86c3aabafd128827452f50250e642b4004d0e
distname            ndesk-dbus-${version}

depends_build       port:pkgconfig

depends_lib         port:mono

livecheck.type      regex
livecheck.regex     "${master_sites}ndesk-dbus-(\\d+(?:\\.\\d+)*)"
