# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup legacysupport 1.1 name xorg-libXfont2 version 2.0.6 revision 0 categories x11 devel license X11 BSD maintainers {jeremyhu @jeremyhu} openmaintainer description X.org libXfont homepage https://www.x.org platforms darwin macosx long_description X font handling library for server and utilities master_sites xorg:individual/lib/ distname libXfont2-${version} checksums rmd160 fbbdabccd9241de6a769030e442516ffa9f20b5b \ sha256 74ca20017eb0fb3f56d8d5e60685f560fc85e5ff3d84c61c4cb891e40c27aef4 \ size 446848 use_xz yes depends_build \ port:pkgconfig \ port:xorg-util-macros \ port:xorg-xtrans depends_lib \ port:freetype \ port:xorg-libfontenc \ port:bzip2 \ port:zlib \ port:xorg-xorgproto configure.args \ --with-bzip2 \ --without-xmlto \ --without-fop \ --disable-devel-docs use_autoreconf yes autoreconf.args -fvi 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 https://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D livecheck.regex libXfont2-(\\d+(?:\\.\\d+)*)