c9f98ffe4d
gloox is a rock-solid, full-featured Jabber/XMPP client library, written in C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications.
13 lines
293 B
Makefile
13 lines
293 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/02/06 19:46:48 schnoebe Exp $
|
|
|
|
BUILDLINK_TREE+= gloox
|
|
|
|
.if !defined(GLOOX_BUILDLINK3_MK)
|
|
GLOOX_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gloox+= gloox>=1.0
|
|
BUILDLINK_PKGSRCDIR.gloox?= ../../chat/gloox
|
|
|
|
.endif # GLOOX_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gloox
|