diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-20 14:16:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-20 14:16:18 +0000 |
commit | b0e708ecb3a9f96f3d7069e81657dbc5f1a3a10e (patch) | |
tree | b7c2e07997841335badc8966c175138abb84edee /chat/loudmouth/Makefile | |
parent | 3defeb13970af8fff8972e357c0a227bf057817e (diff) | |
download | pkgsrc-b0e708ecb3a9f96f3d7069e81657dbc5f1a3a10e.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/Makefile | 36 |
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" |