# $Id: Portfile 58701 2009-10-03 03:41:35Z jeremyhu@macports.org $

PortSystem 1.0

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

distname    libXcursor-${version}
checksums           md5     7dcdad1c10daea872cb3355af414b2ca \
                    sha1    096d0e538d37fd865705e5f45b0e96c7294c1f2f \
                    rmd160  4d142c811d35175280f566abc918f289752877c7

use_bzip2   yes
use_parallel_build      yes

depends_build \
	port:pkgconfig \
	port:xorg-fixesproto \
	port:xorg-renderproto

depends_lib \
	port:xorg-libXfixes \
	port:xrender

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