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

PortSystem          1.0

name                homebank
version             5.9.4
revision            0
categories          x11 finance
license             GPL-2+
maintainers         {@jbarbey gmail.com:julien.barbey} openmaintainer
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            https://www.gethomebank.org
master_sites        ${homepage}/public/sources/

checksums           rmd160  0544c93970cee18c1ea50492a5b7bbfd8d9e6a18 \
                    sha256  8c442384a142f0f9f85295f6a599ecf6c20fc8a1797f177e71a3d93cfa909fbf \
                    size    4013867

depends_build       port:intltool \
                    port:pkgconfig
depends_lib         port:gettext \
                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
                    path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
                    port:libofx \
                    path:lib/pkgconfig/librsvg-2.0.pc:librsvg \
                    path:lib/pkgconfig/libsoup-3.0.pc:libsoup

# https://bugs.launchpad.net/intltool/+bug/1197875
use_autoreconf      yes

livecheck.type      regex
livecheck.url       ${homepage}/ChangeLog
livecheck.regex     {Made ([0-9.]+) release}
