# $Id: Portfile,v 1.12 2004/03/18 09:41:29 michaelm Exp $ PortSystem 1.0 name docbook-xsl version 1.62.4 revision 1 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 images" 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}" }