# $Id: Portfile,v 1.11 2003/10/13 09:06:01 michaelm Exp $ PortSystem 1.0 name docbook-xsl version 1.62.4 categories textproc description the docbook xsl stylesheets platforms darwin maintainers michaelm@opendarwin.org master_sites sourceforge:docbook homepage http://docbook.sf.net/ checksums md5 4f33db39db7fa95b50143ad609d734a0 use_configure no build {} set dirs_to_install "common fo extensions html htmlhelp javahelp lib manpages params template xhtml" set instdir "share/xsl/${name}" destroot { file mkdir ${destroot}/${prefix}/${instdir} system "cd ${worksrcpath} && \ tar -cf - README VERSION ${dirs_to_install} | \ tar -xf - -C ${destroot}/${prefix}/${instdir}" system "chown -R `id -u`:`id -g` ${destroot}/${prefix}/${instdir}" }