# -*- 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: Portfile 88242 2011-12-22 22:28:48Z snc@macports.org $

PortSystem          1.0
PortGroup           kde4 1.1

name                konversation
version             1.4
categories          kde kde4
maintainers         snc sharky
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  63ea9d70521ed8f4e2f9de11696e9289703b65c6 \
                    sha256  db4e605a27dd6012972aa4d2c07cd4736f9e6a68febb41a5d59f3614d6d21b0c

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