# $Id: Portfile 58024 2009-09-21 00:56:00Z takanori@macports.org $

PortSystem			1.0
name				mftrace
version				1.2.14
revision                        1
categories			graphics
maintainers			nomaintainer
description			Trace TeX bitmap font to PFA, PFB, or TTF font
long_description \
	A small Python program that lets you trace a TeX bitmap font into a \
	PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) \
	font.  It is licensed under the GNU GPL.

platforms			darwin

homepage			http://lilypond.org/mftrace/
master_sites			http://lilypond.org/download/sources/mftrace/

checksums			md5 4e8837594c9e451666b65bfae3165e4f
				# md5sum unverified

depends_lib			port:python25 port:potrace bin:kpsewhich:texlive

configure.args		--mandir=${prefix}/share/man
configure.env		PYTHON=${prefix}/bin/python2.5

variant autotrace {
	depends_lib-delete	bin:potrace:potrace
	depends_lib-append	bin:autotrace:autotrace
}

