# $Id: Portfile 80076 2011-07-03 23:46:28Z jmr@macports.org $

PortSystem          1.0

name                appres
version             1.0.3
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        xorg:individual/app/
use_bzip2           yes

checksums           md5     48d56924f76738872ef6c90f99030e34 \
                    sha1    7303f12fae8cce92da2dbd88c9d31d816dc5da06 \
                    rmd160  58603ae578b3b794382ab34f4e5c6a59d6dabee0

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
