a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20420 2006-11-03 02:16:34Z jberry@macports.org $
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 nomaintainer@macports.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
}
}