summaryrefslogtreecommitdiff
path: root/sysutils/dbus/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-10-11 17:45:26 +0000
committerjmmv <jmmv@pkgsrc.org>2004-10-11 17:45:26 +0000
commit0317032b87dfadb86ad96aa7340c76be557cf4af (patch)
treeb517cbb2e4cc34179d715a60ced740dafe74aef0 /sysutils/dbus/Makefile
parent88bf80861f94a05ce61242453fdd48a3da012e22 (diff)
downloadpkgsrc-0317032b87dfadb86ad96aa7340c76be557cf4af.tar.gz
Initial import of dbus, version 0.22:
D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. D-BUS supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-BUS also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. This package provides the D-BUS core library and daemon, as well as some utilities that complement it.
Diffstat (limited to 'sysutils/dbus/Makefile')
-rw-r--r--sysutils/dbus/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile
new file mode 100644
index 00000000000..5f78c07ff45
--- /dev/null
+++ b/sysutils/dbus/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/11 17:45:26 jmmv Exp $
+#
+
+.include "Makefile.common"
+
+PKG_USERS= messagebus:messagebus::System\\ message\\ bus:${VARBASE}/run/dbus:/sbin/nologin
+PKG_GROUPS= messagebus
+
+MAKE_DIRS= ${PKG_SYSCONFDIR}/event.d
+MAKE_DIRS+= ${PKG_SYSCONFDIR}/system.d
+OWN_DIRS_PERMS= ${VARBASE}/run/dbus messagebus messagebus 0755
+
+RCD_SCRIPTS= dbus
+
+EGDIR= ${PREFIX}/share/examples/dbus
+CONF_FILES= ${EGDIR}/session.conf ${PKG_SYSCONFDIR}/session.conf
+CONF_FILES+= ${EGDIR}/system.conf ${PKG_SYSCONFDIR}/system.conf
+
+.include "../../mk/bsd.pkg.mk"