# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-off    set: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0

name                gajim
version             0.16.3
revision            1
set branch          [join [lrange [split ${version} .] 0 1] .]
homepage            http://www.gajim.org/
categories          net chat x11
license             GPL-3

description         A full featured and easy to use Jabber client.
long_description    The goal of Gajim is to provide a full featured and \
                    easy to use Jabber client. Gajim works nicely with \
                    GNOME, but does not require it to run.

maintainers         rene \
                    openmaintainer

platforms           darwin
supported_archs     noarch

master_sites        http://gajim.org/downloads/${branch}/
use_bzip2           yes

checksums           rmd160  e37727b2cb1af7289bcaa214128e4b0b9372be99 \
                    sha256  a1c85879cb43f80a5a4ece91c5571012bb08c3878b28105db246599e1c4c4515

depends_build       port:intltool \
                    port:pkgconfig \
                    port:autoconf \
                    port:automake \
                    port:libtool

depends_lib         port:gtk2 \
                    port:gtkspell2 \
                    port:py27-pygtk \
                    port:py27-docutils \
                    port:py27-nbxmpp \
                    port:py27-openssl \
                    port:dbus-python27

set python_prefix   ${frameworks_dir}/Python.framework/Versions/2.7
configure.python    ${prefix}/bin/python2.7
configure.pkg_config_path  ${python_prefix}/lib/pkgconfig

# reconfigure using autogen.sh for intltool 0.51 compatibility

configure.cmd       ./autogen.sh

livecheck.type      regex
livecheck.url       ${homepage}/downloads.php?lang=en
livecheck.regex     "Latest version of Gajim is\\s+<strong>(\\d+.\\d+.\\d+)<"