# $Id: Portfile 59685 2009-10-19 23:09:21Z jeremyhu@macports.org $

PortSystem          1.0
name                xwd
version             1.0.3
categories          x11 graphics
maintainers         jeremyhu openmaintainer
description         Dump an image of an X11 window
long_description    ${description}

platforms           darwin

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

checksums           md5     007cea1f389abde5c93162dcd5541351 \
                    sha1    f6708d14040630d1d3255987c28efcbf7aee05aa \
                    rmd160  7b250985db1d3480072fffccb8fe2069b9e44f7b

depends_build       port:pkgconfig

depends_lib         port:xorg-libX11

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       ${master_sites}

