# -*- 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
# $Id$

PortSystem          1.0

name                gloox
version             1.0.13
revision            1

categories          net devel
platforms           darwin
maintainers         nomaintainer
license             {GPL-3 OpenSSLException}

description         C++ Jabber/XMPP library taking care of the low-level protocol

long_description    gloox is a C++ Jabber/XMPP library which takes care of the \
                    low-level protocol stuff. Additionally, it offers high-level \
                    interfaces for interaction with an XMPP server.

homepage            http://camaya.net/gloox
master_sites        http://camaya.net/download/
use_bzip2           yes

checksums           rmd160  d10cebe8962211c4bd070eb847076fc7dc56ccc7 \
                    sha256  4d9f1eeac97c6563dde11d4bdba346a025ef27908b088b47b5c8d3d03df6ea8a

depends_build       port:pkgconfig

depends_lib         port:gettext \
                    port:gnutls \
                    port:iksemel \
                    port:libgcrypt \
                    port:libgpg-error \
                    port:libiconv \
                    port:libidn \
                    port:zlib

configure.args      --with-gnutls=${prefix} \
                    --with-libidn=${prefix} \
                    --with-zlib=${prefix}

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}