Ticket #569: Portfile

File Portfile, 606 bytes (added by blb@…, 21 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.7 2003/03/03 07:18:04 mij Exp $
2
3PortSystem 1.0
4
5name            docbook-xsl
6version         1.61.0
7categories      textproc
8description     the docbook xsl stylesheets
9platforms       darwin
10maintainers     michaelm@opendarwin.org
11master_sites    http://easynews.dl.sourceforge.net/sourceforge/docbook/
12checksums       md5 a9b7e4258a9d2dc9e5f81102ee63f5cb
13configure       {}
14build           {}
15install         { system "mkdir -p ${destroot}/${prefix}/share/xsl/${name}/${version}"
16                  system "cd ${worksrcpath} && \
17                        tar -cf - VERSION common fo html lib params xhtml | \
18                        tar -xf - -C ${destroot}/${prefix}/share/xsl/${name}/${version}"
19                }
20