# $Id: Portfile 82553 2011-08-15 19:22:39Z jmr@macports.org $

PortSystem          1.0

name                homebank
version             4.4
revision            1
categories          x11
platforms           darwin
maintainers         nomaintainer
description         Software to manage personal accounts, light and simple.
long_description    HomeBank is the free software you have always wanted to \
                    manage your personal accounts at home. The main concept \
                    is to be light, simple and very easy to use. It brings \
                    you many features that allow you to analyze your \
                    finances in a detailed way instantly and dynamically \
                    with powerful report tools based on filtering and \
                    graphical charts.

homepage            http://homebank.free.fr/
master_sites        ${homepage}public/

checksums           sha1    78b97c0ff118e21a1e0dd1935473601c2b7924a6 \
                    rmd160  e28f885ff30a6624345d13a8a8d3a6609d7996e6

depends_build       port:intltool \
                    port:pkgconfig
depends_lib         port:gtk2 \
                    port:libofx \
                    port:librsvg \
                    port:p5.12-xml-parser

post-patch {
    file attributes ${worksrcpath}/install-sh -permissions +x
}

livecheck.type      regex
livecheck.regex     "HomeBank (\\d+(?:\\.\\d+)*) released"
