# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name fribidi version 0.19.7 categories textproc license LGPL-2.1+ maintainers cal openmaintainer platforms darwin 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.org/ master_sites ${homepage}download/ use_bzip2 yes checksums sha256 08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e \ rmd160 031cd7a160717bca78cbee93cfc92c6c86f373a3 depends_build port:pkgconfig depends_lib port:gettext \ path:lib/pkgconfig/glib-2.0.pc:glib2 # Fix build failure seein on Leopard use_autoreconf yes autoreconf.args -fvi post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog \ NEWS README THANKS TODO ${destroot}${docdir} } livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\\d+\\.\\d+(?:\\.\\d+)*)