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

PortSystem          1.0
name                x11perf
version             1.5.1
categories          x11
maintainers         jeremyhu openmaintainer
description         X11 server performance test program
long_description \
   The x11perf program runs one or more performance tests and reports how \
   fast an X server can execute the tests.

platforms           darwin

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

checksums           md5     66e4aa4645f83809071eb69553ed0222 \
                    sha1    d1f85da3df5b216b64c1735d109380214787222d \
                    rmd160  38dc74fca4c3f3a87aad1b41d3ca2db7405e3675

depends_build       port:pkgconfig

depends_lib         port:xorg-libXext port:Xft2 \
                    port:xorg-libXmu

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

