# $Id: Portfile,v 1.3 2005/09/13 06:57:46 olegb Exp $

PortSystem 1.0
name		fnlib
version		0.5
revision	1
description	Fonts and font libraries necessary for Enlightenment
long_description        This is a set of fonts and font libraries necessary \
			for the latest release of Enlightenment.
maintainers	darwinports@opendarwin.org
categories	graphics
platforms	darwin 
homepage	http://www.enlightenment.org/
master_sites 	sourceforge:enlightenment/
checksums	md5 99e9558739b97c82b728e408d9cb1f01
depends_lib	lib:libX11.6:XFree86 lib:libjpeg.62:jpeg lib:libpng.3:libpng \
		lib:libtiff.3:tiff lib:libImlib:imlib
configure.args	 --host=mac --prefix=${prefix}

# this might break shinymetal on caseinsensitives fs'es
post-destroot	{
		foreach i {a b c d e f g h i j k l m n o p q r s t u v w x y z} {
			file delete -force ${destroot}${prefix}/share/fnlib_fonts/shinymetal/45/$i.tif
		}
}
