# $Id: Portfile,v 1.3 2004/02/02 08:09:04 blb Exp $ PortSystem 1.0 name fribidi version 0.10.4 revision 1 categories textproc maintainers blb@pobox.com 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/. homepage http://fribidi.sourceforge.net/ master_sites sourceforge platforms darwin use_bzip2 yes checksums md5 0f6e7ecca08e6e108dc06337f5b5cabf patchfiles patch-configure configure.args --disable-static post-destroot { file mkdir ${destroot}/${prefix}/share/doc/${name} cd ${worksrcpath} xinstall -m 644 ANNOUNCE AUTHORS COPYING NEWS README THANKS TODO \ ${destroot}/${prefix}/share/doc/${name} }