# -*- 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 120209 2014-05-19 16:18:07Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                kwallet
version             4.12.5
categories          kde kde4
license             GPL-2+
maintainers         nicos openmaintainer
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  df0c6e600bdbfe257a0a57f0b4636ec1e729c792 \
                    sha256  d26667f2675c4a6ee0f08943032cdcc95ff29cc5efbbcd7e1c6dc235430d59a7

#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       http://kde.mirrors.hoobly.com/stable/
livecheck.regex     (\\d+(\\.\\d+)+)
