public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
 
Michael Maibaum (author)
Mon Oct 13 02:06:01 -0700 2003
commit  e33c81f5c701bb7a7c2f3c6d236dbb82e3fea5e5
tree    18faae093c4627f86680ae9a36004d4bc9d6a63b
parent  20ecfce0f6cb6436f8a33d77ef61400af22c334c
macports / dports / textproc / docbook-xsl / Portfile
100644 27 lines (22 sloc) 0.774 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $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}"
    }