# -*- 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

PortSystem          1.0
PortGroup           kde4    1.1

name                skrooge
version             1.8.0
revision            3

categories          kde finance
maintainers         nomaintainer
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...

platforms           darwin
license             GPL-3

homepage            https://skrooge.org
master_sites        kde:Attic/skrooge

use_bzip2           yes

checksums           rmd160  48b8779f6e7522a360709d12c16bf7325c8566ff \
                    sha256  98c0ed6cfefd4c6c92a010a1ab9afc1ef230eacc391a45aa200901ba6fb3bf08

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     "release-(\\d+(?:\\.\\d+)*)-"

depends_lib-append  port:kdelibs4 \
                    port:libofx \
                    port:qca-ossl \
                    port:kde4-runtime \
                    port:oxygen-icons \
                    port:qt4-mac-sqlite3-plugin

patch.dir           ${workpath}/${distname}
patchfiles          patch-CMakeLists.txt.diff
