# $Id: Portfile,v 1.7 2003/03/03 07:18:04 mij Exp $ PortSystem 1.0 name docbook-xsl version 1.55.0 categories textproc description the docbook xsl stylesheets platforms darwin maintainers michaelm@opendarwin.org master_sites http://easynews.dl.sourceforge.net/sourceforge/docbook/ checksums md5 a42ff7e9ba3031d1ea65d160757cd166 configure {} build {} install { system "mkdir -p ${destroot}/${prefix}/share/xsl/${name}/${version}" system "cd ${worksrcpath} && \ tar -cf - VERSION common fo html lib params xhtml | \ tar -xf - -C ${destroot}/${prefix}/share/xsl/${name}/${version}" }