# $Id: Portfile 62556 2010-01-11 00:36:42Z jeremyhu@macports.org $

PortSystem 1.0

name            xorg-libXtst
version         1.1.0
categories      x11 devel
maintainers     jeremyhu openmaintainer
description     X.org libXt
homepage        http://www.x.org
platforms       darwin macosx
long_description X.org libXtst library.
master_sites     http://xorg.freedesktop.org/archive/individual/lib/

distname    libXtst-${version}
checksums           md5     dd6f3e20b87310187121539f9605d977 \
                    sha1    4363e9285bfb5a884073efacc50d39edb803a1a5 \
                    rmd160  588fe77d9f915f5f6521ec660129b45adfc16acc

use_bzip2   yes
use_parallel_build      yes

depends_build   port:pkgconfig

depends_lib     port:xorg-libXext \
                port:xorg-libXi \
                port:xorg-recordproto

livecheck.type  regex
livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
livecheck.regex libXtst-(\\d+(?:\\.\\d+)*)
