mcabber (0.10.3) * [UI] Add option 'iq_time_hide' * [UI] Add 'iq_version_hide', 'iq_version_hide_version' * Improved handling of damaged history log files * Switch to libotr v4 API (Myhailo Danylenko) * Add SSL options (Frank Zschockelt) These options require a patched Loudmouth library. - "ssl_ciphers" to define the allowed ciphers - "ssl_ca" to set additional trusted certificates * Fix compilation for old loudmouth libraries (Frank Zschockelt) * Add 'color_timestamp' to highlight timestamp added by server (Hermitifier) * New python based event script using OS X 10.8 notification center (Sharoon Thomas) * Handle SIGHUP signal (Dominik George) * Misc. bugfixes -- Mikael, 2014-05-08
33 lines
945 B
Makefile
33 lines
945 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/01/16 08:57:46 wiz Exp $
|
|
|
|
DISTNAME= mcabber-0.10.3
|
|
CATEGORIES= chat
|
|
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= degroote@NetBSD.org
|
|
HOMEPAGE= http://www.lilotux.net/~mikael/mcabber/
|
|
COMMENT= Jabber console client
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
CHECK_PORTABILITY_SKIP+= contrib/events/eventcmd.pastebin
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake xgettext pkg-config
|
|
USE_NCURSES= yes
|
|
|
|
INSTALLATION_DIRS+= share/examples/mcabber
|
|
CONFIGURE_ARGS+= --disable-hgcset
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/mcabberrc.example \
|
|
${DESTDIR}${PREFIX}/share/examples/mcabber
|
|
.include "options.mk"
|
|
|
|
.include "../../chat/loudmouth/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
.include "../../devel/ncursesw/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|