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

PortSystem          1.0
PortGroup           kde4 1.1

name                konversation
version             1.5.1
revision            3
categories          kde kde4
maintainers         nomaintainer
license             GPL-2+ GFDL-1.2
description         KDE IRC client.
long_description    ${description}
platforms           darwin
homepage            http://konversation.kde.org/
master_sites        kde:stable/${name}/${version}/src/
use_xz              yes
depends_lib         port:kdelibs4 \
                    port:kdepimlibs4

checksums           rmd160  39344ae0934271669092bc4df826f73c69304360 \
                    sha256  97838dc3cb07210c96154958237e216ad05cffa334f5e549d8619b4c70961986

patchfiles          workaround-qfontmetrics-bug.patch
patch.dir           ${workpath}/${distname}
patch.pre_args-replace  -p0 -p1
if {![variant_isset docs]} {
    patchfiles-append   patch-CMakeLists.txt.diff
}

livecheck.url       ${kde4.mirror}${name}
livecheck.regex     (\\d+(\\.\\d+)+)
