# $Id: Portfile,v 1.9 2003/03/06 06:51:27 michaelm Exp $ PortSystem 1.0 name libxslt version 1.0.27 description gnome xslt library and xsltproc categories textproc platforms darwin maintainers michaelm@opendarwin.org master_sites ftp://xmlsoft.org/ \ ftp://ftp.gnome.org/pub/GNOME/sources/libxslt/1.0/ checksums md5 756f14e3026f202a1953dd1fb2e7bbdf depends_lib lib:libxml2:libxml2 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" }