public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
devel/boost:
Add +docs variant, closes #14895


git-svn-id: http://svn.macports.org/repository/macports/trunk@36297 
d073be05-634f-4543-b044-5fe20cf6d1d6
Rainer Müller (author)
Fri Apr 25 19:08:56 -0700 2008
commit  42f66df7504105327c566d011d54f7e7aa80484f
tree    36e20ec8b93f63273cf8f006a7ad4389b1840eb4
parent  baa9695cc41269ee79ae17b6fc607a43c3f05fc5
...
104
105
106
 
 
 
 
 
 
 
 
 
 
 
 
...
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
0
@@ -104,4 +104,16 @@
0
   configure.args-delete  --without-icu
0
   configure.args-append  --with-icu=${prefix}
0
 }
0
+
0
+variant docs {
0
+ post-destroot {
0
+ # Install HTML documentation
0
+ xinstall -d ${destroot}${prefix}/share/doc/${name}
0
+ xinstall -W ${worksrcpath} index.htm boost.css rst.css boost.png \
0
+ ${destroot}${prefix}/share/doc/${name}
0
+ file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
0
+ file copy ${worksrcpath}/more ${destroot}${prefix}/share/doc/${name}
0
+ file copy ${worksrcpath}/libs ${destroot}${prefix}/share/doc/${name}
0
+ }
0
+}

Comments

    No one has commented yet.