# -*- 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                ndesk-dbus
replaced_by         dbus-sharp
version             0.6.1a
revision            1
categories          devel mono
maintainers         nomaintainer
description         CLI implementation of D-Bus
long_description    ndesk-dbus is a C# implementation of D-Bus. It's often \
                    referred to as "managed D-Bus" to avoid confusion with \
                    existing bindings (which wrap libdbus).
homepage            http://www.ndesk.org/DBusSharp
platforms           darwin
distfiles

pre-configure {
    ui_error "${name} has been renamed to ${replaced_by}. Please install ${replaced_by} instead."
    return -code error "obsolete port"
}

livecheck.type      none