# $Id: Portfile,v 1.8 2003/05/20 14:51:22 michaelm Exp $ PortSystem 1.0 name docbook-xsl version 1.61.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 a9b7e4258a9d2dc9e5f81102ee63f5cb 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}" }