# $Id: Portfile,v 1.14 2004/11/30 13:59:33 michaelm Exp $ PortSystem 1.0 name docbook-xsl version 1.67.0 categories textproc description the docbook xsl stylesheets platforms darwin maintainers michaelm@opendarwin.org master_sites sourceforge:docbook homepage http://docbook.sf.net/ checksums md5 c23b103673ff668378df655b6cdb80a5 use_configure no build {} set dirs_to_install "common eclipse extensions fo html htmlhelp images \ javahelp lib manpages params profiling template \ xhtml VERSION" set instdir "share/xsl/${name}" destroot { xinstall -m 755 -d ${destroot}/${prefix}/${instdir} \ ${destroot}/${prefix}/share/doc/${name} \ ${destroot}/${prefix}/share/${name} xinstall -m 644 -W ${worksrcpath} BUGS ChangeLog README \ RELEASE-NOTES.html RELEASE-NOTES.xml TODO VERSION WhatsNew \ ${destroot}/${prefix}/share/doc/${name} file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/${name} file copy ${worksrcpath}/docsrc ${destroot}/${prefix}/share/${name} foreach dirname $dirs_to_install { file copy ${worksrcpath}/${dirname} ${destroot}/${prefix}/${instdir} } }