# $Id: Portfile,v 1.5 2004/04/26 06:53:51 jkh Exp $ PortSystem 1.0 name icu version 2.8 revision 1 categories devel platforms darwin maintainers jkh@opendarwin.org description International Components for Unicode long_description The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms. ICU supports the most current version of the Unicode standard, and they provide support for supplementary Unicode characters (needed for GB 18030 repertoire support). homepage http://oss.software.ibm.com/icu/ master_sites http://oss.software.ibm.com/icu/download/2.8/ checksums md5 49b5509c111596e958a87f3b17432cdd extract.suffix .tgz worksrcdir ${name}/source pre-configure { reinplace "s;install_name ;install_name ${prefix}/lib/;" ${worksrcpath}/config/mh-darwin } configure.args --mandir=${prefix}/share/man