Fixed issues in Loudmouth 1.4.3 * [#19] - Uses old style auth if server provides old style auth and SASL * [#22] - Handlers which were registered for message ids should always be called if the id matches * [#23] - Receiving messages larger than 1023 bytes are not fully processed with OpenSSL backend * [#27] - Functions missing in docs from LmSSL
29 lines
826 B
Makefile
29 lines
826 B
Makefile
# $NetBSD: Makefile,v 1.30 2008/10/30 22:07:25 wiz Exp $
|
|
|
|
DISTNAME= loudmouth-1.4.3
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.4/} \
|
|
http://ftp.imendio.com/pub/imendio/loudmouth/src/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.loudmouth-project.org/
|
|
COMMENT= Lightweight Jabber client library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-debug
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
CONFIGURE_ARGS+= --disable-mono
|
|
|
|
PKGCONFIG_OVERRIDE+= loudmouth-1.0.pc.in
|
|
|
|
BUILDLINK_API_DEPENDS.gnutls+= gnutls>=1.2.0
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|