bbe32f84ed
* Install a dummy log handler to avoid spamming e.g. the irssi-xmpp console
window in non-debug mode, patch from:
65fda2c884
* Fix build on Darwin
* Add patch comments and LICENSE.
Bump PKGREVISION.
28 lines
771 B
Makefile
28 lines
771 B
Makefile
# $NetBSD: Makefile,v 1.41 2014/05/19 09:34:34 jperkin Exp $
|
|
|
|
DISTNAME= loudmouth-1.4.3
|
|
PKGREVISION= 9
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.4/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.loudmouth-project.org/
|
|
COMMENT= Lightweight Jabber client library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-debug
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
CONFIGURE_ARGS+= --disable-mono
|
|
CONFIGURE_ARGS+= --with-ssl=openssl
|
|
|
|
PKGCONFIG_OVERRIDE+= loudmouth-1.0.pc.in
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|