# $Id: Portfile,v 1.6 2004/11/30 13:26:24 michaelm Exp $ PortSystem 1.0 name fondu version 040925 platforms darwin description A set of programs to interconvert between mac font formats and pfb, ttf, otf and bdf files on unix. categories print homepage http://fondu.sourceforge.net/ master_sites sourceforge checksums md5 a115ed1a2571db3f7822eff12db870e5 maintainers michaelm@opendarwin.org distname fondu_src-${version} extract.suffix .tgz worksrcdir fondu post-configure { reinplace s|/usr/local|${prefix}|g ${worksrcpath}/Makefile } pre-destroot { reinplace s|${prefix}|${destroot}${prefix}|g ${worksrcpath}/Makefile } long_description \ Dealing with mac fonts is hard on other operating systems because mac fonts are stored \ in the resource fork, and other operating systems do not support this concept. Fondu \ will extract the resource fork from either a macbinary file or a binhex file. Ufond will \ create a resource fork inside a macbinary file.