# $Id: Portfile,v 1.5 2005/10/19 08:10:15 blb Exp $ PortSystem 1.0 name fribidi version 0.10.5 categories textproc maintainers blb@opendarwin.org description Free Implementation of the Unicode BiDi algorithm long_description \ The FriBidi library implements the algorithm described in the \"Unicode \ Standard Annex #9, The Bidirectional Algorithm\", available at \ http://www.unicode.org/unicode/reports/tr9/. platforms darwin homepage http://fribidi.org/ master_sites ${homepage}download/ checksums md5 4f187c7e6bbb9d03bd1cd7ddc12d3069 \ sha1 034cc42d61038ece50893b69cd5f0d2f796e33d6 patchfiles patch-configure configure.args MACOSX_DEPLOYMENT_TARGET="10.3" build.env MACOSX_DEPLOYMENT_TARGET="10.3" post-destroot { file mkdir ${destroot}${prefix}/share/doc/${name} cd ${worksrcpath} xinstall -m 644 AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \ TODO ${destroot}${prefix}/share/doc/${name} }