# $Id: Portfile 90409 2012-03-05 02:08:31Z jeremyhu@macports.org $

PortSystem          1.0

name                xorg-font-util
set my_name         font-util
version             1.3.0
categories          x11 graphics
license             X11 BSD
maintainers         jeremyhu openmaintainer
description         X.org font utilities bdftruncate and ucs2any
long_description    ${description}

platforms           darwin

homepage            http://www.x.org/
master_sites        xorg:individual/font/
distname            ${my_name}-${version}
use_bzip2           yes

checksums           sha1    a015f4c5a35d98af72835797293697e0eb9cd506 \
                    rmd160  a096a1b60d5d0e16deea3448465d10708ec4f8df \
                    sha256  dfa9e55625a4e0250f32fabab1fd5c8ffcd2d1ff2720d6fcf0f74bc8a5929195

depends_build       port:pkgconfig

configure.args      --with-fontrootdir=${prefix}/share/fonts

livecheck.type      regex
livecheck.regex     ${my_name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       http://xorg.freedesktop.org/archive/individual/font/?C=M&O=D
