summaryrefslogtreecommitdiff
path: root/chat/gloox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/gloox/Makefile')
-rw-r--r--chat/gloox/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/chat/gloox/Makefile b/chat/gloox/Makefile
new file mode 100644
index 00000000000..af757e5e916
--- /dev/null
+++ b/chat/gloox/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/02/06 19:46:48 schnoebe Exp $
+
+DISTNAME= gloox-1.0
+CATEGORIES= chat
+MASTER_SITES= http://camaya.net/download/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= schnoebe@cirr.com
+HOMEPAGE= http://camaya.net/gloox/
+COMMENT= Jabber/XMPP client library
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+
+USE_LANGUAGES+= c++ c
+USE_TOOLS+= autoconf automake
+USE_LIBTOOL= yes
+
+.include "options.mk"
+
+.include "../../devel/libidn/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"