# $Id: Portfile 80613 2011-07-15 21:54:50Z jmr@macports.org $

PortSystem          1.0

name                mkfontscale
version             1.0.8
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           md5     5210c9385c6cc4a00ce829d8dc9c819b \
                    sha1    accfb12751bf3b7ae7b28c1b0b863d5be871398f \
                    rmd160  fd541fcde06a92a2d688c9dd52d80663a08ec218

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
