# -*- 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
# $Id: Portfile 88731 2012-01-09 22:33:41Z tommyd@macports.org $

PortSystem          1.0

name                taxbird
categories          finance
version             0.18
platforms           darwin
license             GPL-3
maintainers         tommyd openmaintainer
description         A GUI to record and send German tax reports
long_description    \
    Taxbird is a Gtk2 application that allows you to record and send \
    German tax reports, currently only "Umsatzsteuervoranmeldungen" \
    to German financial authorities.

homepage            http://www.taxbird.de
master_sites        ${homepage}/download/${name}/${version}

depends_build       port:pkgconfig
depends_lib-append  port:libgeier \
                    port:libgtkhtml3 \
                    port:gtk2 \
                    port:guile \
                    port:gettext

# libgeier is not universal
universal_variant   no

checksums           md5     213e63cb9283fbcc539259742271445f \
                    sha1    2fec2f7f3744ae89c3d7e025bbe0bd45824daeab \
                    rmd160  af77d931f00f2001aa32971684b5029e16188c31

configure.cflags-append \
                    -fnested-functions
