18476e55c6
ndesk-dbus is a C# implementation of D-Bus. It's often referred to as dbus-sharp, or "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). 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.
26 lines
531 B
Makefile
26 lines
531 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/17 07:10:03 robert Exp $
|
|
|
|
COMMENT= C# implementation of dbus
|
|
DISTNAME= ndesk-dbus-0.6.1a
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/
|
|
HOMEPAGE= http://www.ndesk.org/DBusSharp
|
|
|
|
# MIT-X11
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/mono
|
|
|
|
LIB_DEPENDS= dbus-1.>=7::x11/dbus
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::lang/mono
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|