# $Id: Portfile,v 1.9 2003/03/06 01:44:14 michaelm Exp $ PortSystem 1.0 name libxml2 version 2.5.2 categories textproc description gnome xml library platforms darwin maintainers michaelm@opendarwin.org master_sites ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/2.4/ \ ftp://xmlsoft.org/ checksums md5 45254eea8e63d0b2b4020410d4f2f0dc depends_lib lib:libiconv:libiconv configure.env BASE_DIR=${prefix}/share/doc configure.args --with-iconv=${prefix} pre-configure { cd ${worksrcpath} system "cat ltmain.sh | sed 's|need_relink=yes|need_relink=no|g' >\ ltmain.sh.new" system "mv ltmain.sh.new ltmain.sh" }