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

PortSystem          1.0
name                editres
version             1.0.4
categories          x11 graphics
maintainers         jeremyhu openmaintainer
description         Dynamic resource editor for X11 Toolkit applications
long_description \
   Editres is a tool that allows users and application developers to view \
   the full widget hierarchy of any X Toolkit application that speaks the \
   Editres protocol.   In addition, editres will help the user construct \
   resource specifications, allow the user to apply the resource to the \
   application and view the results dynamically.  Once the user is happy \
   with a resource specification editres will append the resource string to \
   the user's X Resources file.

platforms           darwin

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

checksums           md5     1800dda934ebb7c588ea686278a10e9f \
                    sha1    5f84cf0592ed2e1c8430c907db36b7e70905fa78 \
                    rmd160  4c8530b753e344d758687c77fb8fba762303505d

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw

configure.args      --disable-xprint

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

