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

PortSystem          1.0
name                appres
version             1.0.2
categories          x11
maintainers         jeremyhu openmaintainer
description         Show resources seen by an X11 application
long_description \
   The appres program prints the resources seen by an application (or \
   subhierarchy of an application) with the specified class and instance \
   names.  It can be used to determine which resources a particular program \
   will load.

platforms           darwin

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

checksums           md5     6f2f5d9f41669d498b56d73dc3206951 \
                    sha1    a82009c1d548b91282fc49efd1be446dc0ee8e32 \
                    rmd160  985bab312ec4e1eaa80a189417b7db2228e8ec3c

depends_build       port:pkgconfig

depends_lib         port:xorg-libXt

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

