# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
description Console Jabber client
long_description mcabber is a small Jabber console client. It includes features like \
SSL, MUC, history logging, command completion, OpenPGP encryption, \
OTR and external action triggers.
homepage http://mcabber.com/
master_sites http://mcabber.com/files/
checksums rmd160 9fad19bf2f530e88268c2c011818f2eca20ca58a \
sha256 63b6bc003fcceba4dc4b273ed1c71643c4f8d95e8696543d53f64a7672b1ce0a
depends_lib port:libiconv \
path:lib/pkgconfig/glib-2.0.pc:glib2 \
depends_build port:autoconf \
# To find GNU grep instead of system grep
configure.env-append GREP=${prefix}/libexec/gnubin/grep
configure.args --enable-otr \
--with-libotr-prefix=${prefix}/lib \
--with-libotr-inc-prefix=${prefix}/include
configure.env LIBTOOL=glibtool
patchfiles patch-autogen.sh.diff
system -W ${worksrcpath} "./autogen.sh"
# Bug #26 on mcabber - see pre-configure section for a workaround
variant aspell description {Use aspell spell checking - remember to install a dictionary, too} {
configure.args-append --enable-aspell
depends_lib-append port:aspell