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

PortSystem 1.0

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

distname    libXxf86vm-${version}
checksums           md5     b431ad7084e1055fef99a9115237edd8 \
                    sha1    f5ce7854f201d9c69dfcdd13123b51f497b69a47 \
                    rmd160  e618c5e67af23c7cb8e0258a627ee8dd2e2d35ec

use_bzip2   yes
use_parallel_build      yes

depends_build   port:pkgconfig \

depends_lib     port:xorg-libXext \
                port:xorg-xf86vidmodeproto

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