# $Id: Portfile 108914 2013-08-04 19:11:52Z jeremyhu@macports.org $

PortSystem          1.0

name                mkfontscale
version             1.1.1
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    ad1887ca253b9234ab6a6989de53d3127e302c6c \
                    rmd160  c226e0219c4cb34c9443ca2a51b750fb3b3bc483 \
                    sha256  244017992477ced2397a44fd0ddcfb0f1d9899128613f5c4db81471163b0b731

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
