# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                appres
version             1.0.5
categories          x11
maintainers         {jeremyhu @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            https://www.x.org/
master_sites        xorg:individual/app/
use_bzip2           yes

checksums           rmd160  2d72cb68a2f051356aa43c5ba3d79eb84021ac22 \
                    sha256  ffad893712c81943b919e3cbfe46fc65259cc0d9eb96d5e658670e3fbb265928 \
                    size    124531

depends_build       port:pkgconfig

depends_lib         port:xorg-libXt

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