# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 79861 2011-06-28 15:54:31Z mk@macports.org $

PortSystem          1.0
PortGroup           kde4    1.1

name                skrooge
version             0.9.93

categories          kde finance
maintainers         mk pixilla openmaintainer
description         Skrooge
long_description    Personal finance management tool for KDE4, with the aim of being highly intuitive, while \
                    providing powerful functions such as reporting (including graphics), persistent \
                    Undo/Redo, encryption, and much more...

conflicts           skrooge-devel

platforms           darwin
license             GPL-3

homepage            http://skrooge.org
master_sites        http://skrooge.org/files

use_bzip2           yes

checksums           md5     c0998ef816ea78e75b09b619813572d8 \
                    sha1    ae2b13095baed45ff7930dc1dd0c6aae58ff66ce \
                    rmd160  32814caf799ea9a7c83256f9d57a8c3f155a0085

livecheck.type      regex
livecheck.url       http://skrooge.org/files/
livecheck.regex     "skrooge-(\[\\d+.\]+).tar"

depends_lib-append  port:kdelibs4 \
                    port:libofx \
                    port:qca-ossl \
                    port:kdebase4-runtime \
                    port:oxygen-icons

post-activate {
    system "${prefix}/bin/kbuildsycoca4"
}
