# $Id: Portfile,v 1.7 2006/03/24 07:46:33 markd Exp $

PortSystem 1.0

name           fondu
version        060102
platforms      darwin
description    A set of programs to interconvert between mac font formats and pfb, ttf, otf and bdf files on unix.  

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.

categories     print 
homepage       http://fondu.sourceforge.net/
master_sites   http://fondu.sourceforge.net/
checksums      md5 e20861beacddc1ab392bef7813641bf8	
maintainers    darwinports@opendarwin.org
distname       fondu_src-${version}
extract.suffix   .tgz
worksrcdir     fondu-${version}

configure.args  --bindir=${prefix}/bin --mandir=${prefix}/share/man

post-destroot {
 	foreach manpage [glob ${worksrcpath}/*.1] {
 		xinstall ${manpage} ${destroot}${prefix}/share/man/man1/
 	}
 }
