# $Id: Portfile 90520 2012-03-08 04:59:57Z jeremyhu@macports.org $

PortSystem 1.0

name		xorg-libxkbfile
version		1.0.8
categories	x11 devel
license		X11
maintainers	jeremyhu openmaintainer
description	X.org libxbfile
homepage	http://www.x.org
platforms	darwin macosx
long_description XKB file handling routines
master_sites	 xorg:individual/lib/

distname	libxkbfile-${version}
checksums           sha1    05139829837c26e3a14a40a700f058c018bc71f5 \
                    rmd160  f60f49551ecff5fc40c7e51a96984fa60adfe3da \
                    sha256  8aa94e19c537c43558f30906650cea6e15fa012591445d9f927658c3b32a8f3a
use_bzip2	yes
use_parallel_build yes

depends_build \
	port:pkgconfig

depends_lib \
	port:xorg-libX11 \
	port:xorg-kbproto

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