summaryrefslogtreecommitdiff
path: root/comms/openobex/buildlink3.mk
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-26 12:49:23 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-26 12:49:23 +0000
commitedeebe64240939354011d06b99f8408f1f92b667 (patch)
tree5c0aba2c48c62d6d52d8c0ab1df484e388537faa /comms/openobex/buildlink3.mk
parent14b1741fa087121dc800daebfa63ca589f9e6e15 (diff)
downloadpkgsrc-edeebe64240939354011d06b99f8408f1f92b667.tar.gz
Initial import of openobex, version 1.0.1:
The overall goal of the OpenOBEX project is to make an open source implementation of the Object Exchange (OBEX) protocol. OBEX is a session protocol and can best be described as a binary HTTP protocol. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard).
Diffstat (limited to 'comms/openobex/buildlink3.mk')
-rw-r--r--comms/openobex/buildlink3.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/comms/openobex/buildlink3.mk b/comms/openobex/buildlink3.mk
new file mode 100644
index 00000000000..875f981a541
--- /dev/null
+++ b/comms/openobex/buildlink3.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/02/26 12:49:23 jmmv Exp $
+#
+# This Makefile fragment is included by packages that use openobex.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+OPENOBEX_BUILDLINK3_MK:= ${OPENOBEX_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= openobex
+.endif
+
+.if !empty(OPENOBEX_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= openobex
+BUILDLINK_DEPENDS.openobex+= openobex>=1.0.1
+BUILDLINK_PKGSRCDIR.openobex?= ../../comms/openobex
+
+.endif # OPENOBEX_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}