# -*- 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                konsole
version             4.14.3
revision            2
categories          kde kde4
platforms           darwin
license             GPL-2+
maintainers         nomaintainer

description         Konsole is the terminal emulator for the K Desktop Environment.
long_description    Konsole is an X terminal emulator for the KDE platform, allowing users \
                    to have a convenient way to use the command line. Aside from providing \
                    a way to use a powerful shell, Konsole also offers features that make \
                    it easier or more pleasurable to work in the command line, such as \
                    profile management, scrollback, and color schemes, including \
                    translucency for effects.

homepage            http://userbase.kde.org/Konsole
master_sites        kde:stable/${version}/src/
distname            ${name}-${version}
use_xz              yes

checksums           rmd160  501481894fb397b52ae739b7950a5ac886d377f6 \
                    sha256  2f750e6930309f8a3b939c7cd30415a08d71da27af10893c3341305db803f155

#Binaries do not link directly to openssl, nor use the ssl backend of kdelibs4,
#nor links to libkimap or libmailtransport from kdepimlibs4
license_noconflict  openssl

if {![variant_isset docs]} {
    patchfiles-append   patch-CMakeLists.diff
}

depends_lib-append  port:kdelibs4 \
                    port:oxygen-icons \
                    port:kde4-baseapps

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