summaryrefslogtreecommitdiff
path: root/chat/loudmouth/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-20 14:16:18 +0000
committerjmmv <jmmv>2004-02-20 14:16:18 +0000
commit89ca67a197ad226c73977778783489445ee8e684 (patch)
treeb7c2e07997841335badc8966c175138abb84edee /chat/loudmouth/Makefile
parent6bd68f0e75045d2c188269f138d067e1d9533f26 (diff)
downloadpkgsrc-89ca67a197ad226c73977778783489445ee8e684.tar.gz
Move loudmouth from devel to chat, as this is a library to write Jabber
clients. This is version 0.15.1. Ok'ed by xtraeme@ (maintainer).
Diffstat (limited to 'chat/loudmouth/Makefile')
-rw-r--r--chat/loudmouth/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile
new file mode 100644
index 00000000000..915e8f926b3
--- /dev/null
+++ b/chat/loudmouth/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/20 14:16:18 jmmv Exp $
+#
+
+DISTNAME= loudmouth-0.15.1
+CATEGORIES= chat
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/0.15/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://loudmouth.imendio.org/
+COMMENT= Lightweight Jabber client library
+
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_GNU_TOOLS+= make
+
+PKGCONFIG_OVERRIDE+= loudmouth-1.0.pc.in
+
+CONFIGURE_ARGS+= --disable-debug
+
+.include "../../mk/bsd.prefs.mk"
+
+BUILD_DEFS+= LOUDMOUTH_USE_SSL
+
+.if defined(LOUDMOUTH_USE_SSL) && !empty(LOUDMOUTH_USE_SSL:M[Yy][Ee][Ss])
+BUILDLINK_DEPENDS.gnutls= gnutls>=1.0.0
+.include "../../security/gnutls/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --with-ssl=no
+.endif
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"