# $Id: Portfile 89804 2012-02-11 07:39:24Z jeremyhu@macports.org $

PortSystem          1.0

name                mkfontscale
version             1.1.0
categories          x11
license             X11
platforms           darwin
maintainers         jeremyhu openmaintainer
description         X11 mkfontscale
long_description    	Create an index of scalable font files for X

homepage            http://www.x.org/
master_sites        xorg:individual/app/

checksums           sha1    ba021369ae3b364ba083b9eb5e570e54b21fd583 \
                    rmd160  56b77b88ad3113553cbb676b18c69b6a2d219819 \
                    sha256  ce55f862679b8ec127d7f7315ac04a8d64a0d90a0309a70dc56c1ba3f9806994
use_bzip2	    yes
use_parallel_build  yes

depends_build \
	port:xorg-util-macros \
	port:pkgconfig \
	port:xorg-xproto

depends_lib \
	port:xorg-libfontenc \
	port:freetype \
	port:bzip2 \
	port:zlib

livecheck.type  regex
livecheck.url   http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

configure.args --with-bzip2
