# $Id: Portfile 101853 2013-01-20 20:06:38Z jeremyhu@macports.org $

PortSystem          1.0

name                xmessage
version             1.0.4
categories          x11
license             X11
maintainers         jeremyhu openmaintainer
description         Display a message or query in a window (X11-based /bin/echo)
long_description    ${description}

platforms           darwin

homepage            http://www.x.org/
master_sites        xorg:individual/app/
use_bzip2           yes

checksums           md5     2dd5ae46fa18abc9331bc26250a25005 \
                    sha1    cc04934fa71167505a027fbe202b574deeac38d7 \
                    rmd160  8566f836a441101c691e0fa2590ff28781acaabf

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
