# -*- 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 76968 2011-03-15 19:25:12Z mk@macports.org $ PortSystem 1.0 PortGroup kde4 1.1 name skrooge version 0.8.1 revision 1 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 417f5668d9ec07b715c8fc7023460c27 \ sha1 e50d5297d1cd3330e698a33dd94f344bb421d5e9 \ rmd160 df5604aa737c6b28df1d04b49064e1c803e1ca8d 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 { ui_msg "Calling kbuildsycoca4 - in case KDE hasn't called it yet - to make sure that skrooge can run." system "${prefix}/bin/kbuildsycoca4" }