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

PortSystem 1.0

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

distname    libFS-${version}
checksums           md5     ecf2d6a27da053500283e803efa2a808 \
                    sha1    41cf53fae37210acaa034199f01f36af3f3ec548 \
                    rmd160  297bfba53064e73cc23d0e9cb272f172e04a9887

use_bzip2   yes
use_parallel_build      yes

depends_build   port:pkgconfig

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

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