# -*- 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                kcharselect
version             4.14.3
revision            3
categories          kde kde4
license             GPL-2+
maintainers         nomaintainer
description         Select special characters from any font.
long_description    KCharSelect is a tool to select special characters \
                    from all installed fonts and copy them into the \
                    clipboard.
platforms           darwin
homepage            http://utils.kde.org/projects/kcharselect/
master_sites        kde:stable/${version}/src
use_xz              yes
distname            ${name}-${version}
checksums           rmd160  3efe2a9edcdaff06829247db46cbf3445710bf32 \
                    sha256  e7579ee211831030354c0d41c8f40a8bcb56138d77823a10f6e2fd2a5be7454b

#Binaries do not link to openssl, nor use the ssl backend of kdelibs4
license_noconflict  openssl

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

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

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