summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/ndesk-dbus/Makefile34
-rw-r--r--devel/ndesk-dbus/distinfo3
-rw-r--r--devel/ndesk-dbus/pkg-descr8
-rw-r--r--devel/ndesk-dbus/pkg-plist11
4 files changed, 56 insertions, 0 deletions
diff --git a/devel/ndesk-dbus/Makefile b/devel/ndesk-dbus/Makefile
new file mode 100644
index 000000000..b5e7c997d
--- /dev/null
+++ b/devel/ndesk-dbus/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: ndesk-dbus
+# Date created: 14 January 2008
+# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/ndesk-dbus/Makefile,v 1.21 2007/10/24 23:36:52 marcus Exp $
+#
+
+PORTNAME= ndesk-dbus
+PORTVERSION= 0.6.0
+CATEGORIES= devel
+MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A C\# implementation of D-Bus
+
+BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
+RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
+
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnometarget
+GNU_CONFIGURE= yes
+
+DOCS= AUTHORS COPYING README
+
+.ifndef (NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+.for i in ${DOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
+.include <bsd.port.mk>
diff --git a/devel/ndesk-dbus/distinfo b/devel/ndesk-dbus/distinfo
new file mode 100644
index 000000000..fe9c62ff8
--- /dev/null
+++ b/devel/ndesk-dbus/distinfo
@@ -0,0 +1,3 @@
+MD5 (ndesk-dbus-0.6.0.tar.gz) = 5157ba105c9ac491f6e900bc78d1791f
+SHA256 (ndesk-dbus-0.6.0.tar.gz) = 252322f18e906ba7e64cecd0baec08d1a0109206777a5507a713e12def126424
+SIZE (ndesk-dbus-0.6.0.tar.gz) = 122303
diff --git a/devel/ndesk-dbus/pkg-descr b/devel/ndesk-dbus/pkg-descr
new file mode 100644
index 000000000..dbc41441d
--- /dev/null
+++ b/devel/ndesk-dbus/pkg-descr
@@ -0,0 +1,8 @@
+This 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).
+
+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.
+
+WWW: http://www.ndesk.org/DBusSharp
diff --git a/devel/ndesk-dbus/pkg-plist b/devel/ndesk-dbus/pkg-plist
new file mode 100644
index 000000000..43615a4a2
--- /dev/null
+++ b/devel/ndesk-dbus/pkg-plist
@@ -0,0 +1,11 @@
+lib/mono/gac/NDesk.DBus/1.0.0.0__f6716e4f9b2ed099/NDesk.DBus.dll
+lib/mono/gac/NDesk.DBus/1.0.0.0__f6716e4f9b2ed099/NDesk.DBus.dll.mdb
+lib/mono/ndesk-dbus-1.0/NDesk.DBus.dll
+libdata/pkgconfig/ndesk-dbus-1.0.pc
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm lib/mono/ndesk-dbus-1.0
+@dirrm lib/mono/gac/NDesk.DBus/1.0.0.0__f6716e4f9b2ed099
+@dirrm lib/mono/gac/NDesk.DBus