# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 114034 2013-11-27 16:20:17Z michaelld@macports.org $

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        zenity 0.5.7
revision            1
platforms           darwin
maintainers         nomaintainer
license             GPL-2+
supported_archs     noarch
description         A set of functions for creating simple graphical \
                    user interfaces. It is currently possible to \
                    create calendar windows, text entries, file \
                    selection dialogs, lists, message windows, icons \
                    in the notification area, and windows for large \
                    amount of text.
long_description    ${description}

checksums           rmd160 f4c7eeacbdc5a0de24398fd09b1b39d9fb42bd83 \
                    sha256 cd1a6fe127b4a96f18cc25a4981537a279ad8f1b877287049b11d9afd2a0bd59

depends_lib-append  port:zenity
