# $Id: Portfile,v 1.18 2003/03/10 00:43:30 mij Exp $ PortSystem 1.0 name libiconv version 1.8 revision 1 categories textproc platforms darwin freebsd maintainers eric@opendarwin.org description Character set conversion library long_description A character-set conversion library which implements the \ iconv() API for dealing with unicode and other types of conversion. master_sites ftp://ftp.gnu.org/pub/gnu/${portname}/ \ http://wuarchive.wustl.edu/mirrors/gnu/${portname}/ checksums md5 fd2a95a4b79fbdc8ea55ad093a8bb6cf post-patch { reinplace "s|/doc/libiconv|/share/doc/libiconv|g" \ ${worksrcpath}/man/Makefile.in } pre-install { system "install -o root -m 755 -d \ ${destroot}${prefix}/share/doc/libiconv" } set install.destroot prefix=${destroot}${prefix}