# $Id: Portfile 106384 2013-05-24 16:09:13Z jeremyhu@macports.org $

PortSystem          1.0

name                appres
version             1.0.4
categories          x11
maintainers         jeremyhu openmaintainer
license             X11
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        xorg:individual/app/
use_bzip2           yes

checksums           md5     ed598f0599d726963c1bdfdc691960d9 \
                    sha1    f89d6fff84d838c0b8b4adeca46185b6d4812a27 \
                    rmd160  8f8711e9a847292b1342788c43c49832adea511c

depends_build       port:pkgconfig

depends_lib         port:xorg-libXt

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