# -*- 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                kwallet
version             4.14.3
revision            3
categories          kde kde4
license             GPL-2+
maintainers         nomaintainer
description         Manage your passwords on KDE.
long_description    KDE Wallet Manager is a tool to manage the \
                    passwords on your KDE system.
platforms           darwin
homepage            http://utils.kde.org/projects/kwalletmanager/
master_sites        kde:stable/${version}/src
use_xz              yes
distname            kwalletmanager-${version}
checksums           rmd160  2768aa8d9a3c157da49e72749d076dd3ff2d9218 \
                    sha256  4bc96efafd4caacac7a7a9e38dea0fcd40ce054042917de8b1ffb6c6aed26cf0

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

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

patchfiles-append   patch-savehelper.diff

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

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