# $Id: Portfile 111134 2013-09-15 23:46:49Z jeremyhu@macports.org $

PortSystem          1.0

name                xset
version             1.2.3
categories          x11
maintainers         jeremyhu openmaintainer
description         User preference utility for X11
license             MIT
long_description    ${description}

platforms           darwin

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

checksums           md5     dcd227388b57487d543cab2fd7a602d7 \
                    sha1    62a5e7ec91e6900b798a88ca3b30d25bd5ef3047 \
                    rmd160  73be7b4ea92f779679c6e4dfd7b632d583117027

depends_build       port:pkgconfig

depends_lib         port:xorg-libXfontcache \
                    port:xorg-libXmu port:xorg-libXp \
                    port:xorg-libXxf86misc

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