# $Id: Portfile 29381 2007-09-22 18:56:20Z mww@macports.org $ PortSystem 1.0 name libutf8proc version 1.1.2 categories textproc platforms darwin maintainers mww description library for processing UTF-8 encoded Unicode strings long_description ${description} homepage http://www.flexiguided.de/publications.utf8proc.en.html master_sites http://www.flexiguided.de/pub/ distname utf8proc-v${version} checksums sha1 fdb5df6204908b5acb8ffb8b700527c640c1f245 patchfiles patch-Makefile worksrcdir utf8proc use_configure no build.args libdir="${prefix}/lib" build.target libutf8proc.a libutf8proc.dylib destroot { xinstall -m 755 -W ${worksrcpath} \ libutf8proc.dylib libutf8proc.a \ ${destroot}${prefix}/lib/ xinstall -m 644 ${worksrcpath}/utf8proc.h \ ${destroot}${prefix}/include } platform darwin 8 { build.args-append CC=/usr/bin/gcc-4.0 } livecheck.check regex livecheck.url ${homepage} livecheck.regex utf8proc-v(\[0-9\.\]+).tar.gz