# $Id: Portfile 118618 2014-04-06 10:06:18Z jeremyhu@macports.org $

PortSystem 1.0

name            xorg-libFS
version         1.0.6
categories      x11 devel
license         X11
maintainers     jeremyhu openmaintainer
description     X.org libFS
homepage        http://www.x.org
platforms       darwin macosx
long_description X11 Font Server library
master_sites    xorg:individual/lib/

distname    libFS-${version}
checksums           sha1    5e490557674ebef057c3909e2608d7799393b88e \
                    rmd160  b08d374ce3a23e72ad76d72f343fac5c22bca3b5 \
                    sha256  9007fcfbd37bfa6ede4000ec4b5c2dc6dc0f52789358361b43f68e9ae4d6aed7

use_bzip2   yes
use_parallel_build      yes

depends_build   port:pkgconfig \
		port:xorg-xtrans

depends_lib	port:xorg-fontsproto \
                port:xorg-xproto

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