# -*- 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 name lcdf-typetools version 2.108 revision 1 categories print tex platforms darwin license GPL-2+ maintainers nomaintainer description Tools for manipulating fonts. long_description The LCDF Typetools package contains several \ programs for manipulating PostScript Type 1, \ Type 1 multiple master, and PostScript-flavored \ OpenType fonts. homepage http://www.lcdf.org/type/ installs_libs no master_sites ${homepage} checksums rmd160 176d69397a85f373f8c217a3ea24a0316dfdfbcd \ sha256 fb09bf45d98fa9ab104687e58d6e8a6727c53937e451603662338a490cbbcb26 \ size 651350 patch.pre_args -p1 if {${configure.cxx_stdlib} eq {libc++} && [string match *clang* ${configure.cxx}] } then { configure.cxxflags-append -std=c++11 } configure.args --without-kpathsea destroot.target install-strip post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS.md ONEWS README.md \ ${destroot}${prefix}/share/doc/${name} } variant texlive description {Link against TeXLive's libkpathsea} { depends_lib-append port:texlive-bin configure.args-replace --without-kpathsea \ --with-kpathsea=${prefix} } default_variants +texlive livecheck.type regex livecheck.regex ${name}-(\[0-9.\]+)\\.tar