Ticket #2425: tiff.diff
File tiff.diff, 685 bytes (added by blb@…, 20 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name tiff 5 5 version 3.7.0 6 revision 1 6 7 categories graphics 7 8 maintainers waqar@opendarwin.org 8 9 description Library and tools for dealing with Tag Image File Format … … 33 34 --with-jpeg-lib-dir=${prefix}/lib 34 35 35 36 patchfiles patch-ltmain.sh 37 38 post-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 } 36 45 37 46 variant zlib { 38 47 depends_lib-append lib:XXX:zlib