summaryrefslogtreecommitdiff
path: root/sysutils/dbus-glib/buildlink3.mk
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-10-11 17:46:41 +0000
committerjmmv <jmmv@pkgsrc.org>2004-10-11 17:46:41 +0000
commit2bd0c5e9e0e83a3ab05251ba7cb27f272fb1592c (patch)
treea4f7dc8368e8181f0bc8bdcfa8af87948dd32b36 /sysutils/dbus-glib/buildlink3.mk
parent0317032b87dfadb86ad96aa7340c76be557cf4af (diff)
downloadpkgsrc-2bd0c5e9e0e83a3ab05251ba7cb27f272fb1592c.tar.gz
Initial import of dbus-glib, 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 interface to GLib and the dbus-monitor utility (included here because it also uses GLib).
Diffstat (limited to 'sysutils/dbus-glib/buildlink3.mk')
-rw-r--r--sysutils/dbus-glib/buildlink3.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/dbus-glib/buildlink3.mk b/sysutils/dbus-glib/buildlink3.mk
new file mode 100644
index 00000000000..1f48d71a749
--- /dev/null
+++ b/sysutils/dbus-glib/buildlink3.mk
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/10/11 17:46:41 jmmv Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+DBUS_GLIB_BUILDLINK3_MK:= ${DBUS_GLIB_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= dbus-glib
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ndbus-glib}
+BUILDLINK_PACKAGES+= dbus-glib
+
+.if !empty(DBUS_GLIB_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.dbus-glib+= dbus-glib>=0.22
+BUILDLINK_PKGSRCDIR.dbus-glib?= ../../sysutils/dbus-glib
+.endif # DBUS_GLIB_BUILDLINK3_MK
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}