Ticket #2425: tiff.diff

File tiff.diff, 685 bytes (added by blb@…, 19 years ago)

unidiff to Portfile

  • Portfile

    old new  
    33PortSystem 1.0
    44name            tiff
    55version         3.7.0
     6revision        1
    67categories      graphics
    78maintainers     waqar@opendarwin.org
    89description     Library and tools for dealing with Tag Image File Format
     
    3334                --with-jpeg-lib-dir=${prefix}/lib
    3435
    3536patchfiles      patch-ltmain.sh
     37
     38post-destroot {
     39        xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name}
     40        file copy ${worksrcpath}/html/images \
     41                ${destroot}/${prefix}/share/doc/${name}
     42        eval xinstall -m 644 [glob ${worksrcpath}/html/*.html] \
     43                ${destroot}/${prefix}/share/doc/${name}
     44}
    3645
    3746variant zlib {
    3847        depends_lib-append      lib:XXX:zlib