# -*- 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 79646 2011-06-22 12:05:10Z tommyd@macports.org $

PortSystem          1.0

name                taxbird
categories          finance
version             0.16
revision            1
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_lib-append  port:libgeier \
                    port:libgtkhtml3 \
                    port:libgnomeui \
                    port:guile \
                    port:gettext

# libgeier is not universal
universal_variant   no

checksums           md5     54021d745becb1a05c22ecbb1f24969c \
                    sha1    9fc9aa6baf1e415beda58a50dcc6ba818bb2d6db \
                    rmd160  0e598a491a2cf491ef19f975b7faea1a945a9648

configure.cflags-append \
                    -fnested-functions
