# -*- 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
# $Id$

PortSystem          1.0

name                dbus-sharp
version             0.6.0
categories          devel
platforms           darwin
maintainers         nomaintainer
license             MIT

description         dbus-sharp (a.k.a. ndesk-dbus) is a 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

# mono is not universal
universal_variant   no

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