# $Id: Portfile 108920 2013-08-04 19:22:45Z jeremyhu@macports.org $ PortSystem 1.0 name xorg-libXfont version 1.4.6 categories x11 devel license X11 BSD maintainers jeremyhu openmaintainer description X.org libXfont homepage http://www.x.org platforms darwin macosx long_description X font handling library for server and utilities master_sites xorg:individual/lib/ distname libXfont-${version} checksums sha1 356512420fa8573a541450b957526dfd151b4870 \ rmd160 6c284e2d50638753e43f7dae09a5d4b80c660920 \ sha256 d0cbfe4554dc17ceea413cdad5601d35ed8d05d5b880e60931a8775fd1157e9f use_bzip2 yes use_parallel_build yes depends_build \ port:pkgconfig \ port:xorg-xtrans depends_lib \ port:freetype \ port:xorg-libfontenc \ port:bzip2 \ port:zlib \ port:xorg-xproto \ port:xorg-fontsproto # Newer libtool add -Wl,-single_module if this isn't set... breaking us configure.env LT_MULTI_MODULE=1 configure.args \ --with-bzip2 \ --without-xmlto \ --without-fop \ --disable-devel-docs build.args V=1 # Depending on ghostscript for the PDF documentation creates a dependency # loop, so you may want to install first without the docs variant variant docs description "Install extra documentation" { depends_build-append \ port:fop \ port:xmlto depends_skip_archcheck-append \ xmlto configure.args-delete \ --without-xmlto \ --without-fop \ --disable-devel-docs configure.args-append \ --with-xmlto \ --with-fop \ --enable-devel-docs configure.env-append \ XMLTO="${prefix}/bin/xmlto" \ FOP="${prefix}/bin/fop" } livecheck.type regex livecheck.url http://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D livecheck.regex libXfont-(\\d+(?:\\.\\d+)*)