Ticket #42303: normalizeNumexp-waf.diff
File normalizeNumexp-waf.diff, 1.2 KB (added by raimue (Rainer Müller), 11 years ago) |
---|
-
Users/raimue/src/macports/trunk/dports/textproc/normalizeNumexp/Portfile
3 3 4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 PortGroup waf 1.0 6 7 7 8 github.setup nullnull normalizeNumexp f3202c292cf05d6084c7aaa131bc150516a5e7fa 8 9 version 3.0.20121221 … … 20 21 checksums rmd160 663b1c582b27f345f80a42ea21aa9fa7d9d8b4ab \ 21 22 sha256 7ee8270bcd0802b4de0c459332e50e95351a016da308268506934b89aed2f723 22 23 23 depends_build 24 depends_build-append port:pkgconfig 24 25 25 26 depends_lib port:ux-trie port:pficommon 26 27 27 configure.cmd ./waf configure28 configure.universal_args29 30 build.cmd ./waf build31 build.target32 33 destroot.cmd ./waf install34 destroot.args --destdir=${destroot}35 destroot.destdir36 37 28 post-destroot { 38 29 # install additional documents. 39 30 set docdir ${destroot}${prefix}/share/doc/${name}