# $Id: Portfile 73078 2010-11-03 04:33:00Z takanori@macports.org $ PortSystem 1.0 name lcdf-typetools version 2.85 categories print tex 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. platforms darwin homepage http://www.lcdf.org/type/ master_sites ${homepage} checksums md5 e9eefde14131dfcc5add91b92fcb7627 \ sha1 ca0a178a46a06aab4945cdbc6b42c0e4e5864053 \ rmd160 726f2eed3ec1de26527916752007904cfffc833e # In port:pTeX, libkpathsea is installed as a static library. depends_lib path:include/kpathsea/kpathsea.h:texlive configure.args --mandir=${prefix}/share/man --with-kpathsea=${prefix} use_parallel_build yes destroot.target install-strip post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS ONEWS README ${destroot}${prefix}/share/doc/${name} } variant without_kpathsea description {Do not use libkpathsea} { depends_lib-delete path:include/kpathsea/kpathsea.h:texlive configure.args-delete --with-kpathsea=${prefix} configure.args-append --without-kpathsea } livecheck.type regex livecheck.regex ${name}-(\[0-9.\]+)\\.tar