# $Id: Portfile 106511 2013-05-29 05:53:42Z jeremyhu@macports.org $

PortSystem 1.0

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

distname    libXfixes-${version}
checksums           md5     b985b85f8b9386c85ddcfe1073906b4d \
                    sha1    e14fa072bd70b30eef47391cac637bdb4de9e8a3 \
                    rmd160  8a65dda43d4e67ae2b56ed9c05beaa76f85c1bde

use_bzip2   yes
use_parallel_build      yes

depends_build   port:pkgconfig \
		port:xorg-xextproto

depends_lib     port:xorg-libX11 \
                port:xorg-fixesproto

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