# $Id: Portfile 107181 2013-06-20 23:17:53Z jeremyhu@macports.org $

PortSystem 1.0

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

distname    libXcursor-${version}
checksums           sha1    89870756758439f9216ddf5f2d3dca56570fc6b7 \
                    rmd160  95c0779a2fc04876fa01e785a30111564bb8e9c4 \
                    sha256  9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df

use_bzip2   yes
use_parallel_build      yes

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

depends_lib \
	port:xorg-libXfixes \
	port:xrender

livecheck.type  regex
livecheck.url   http://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D
livecheck.regex libXcursor-(\\d+(?:\\.\\d+)*)
