Ticket #22441: libdevil.diff
File libdevil.diff, 1.9 KB (added by blb@…, 15 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name libdevil 6 version 1. 6.8-rc26 version 1.7.8 7 7 categories devel multimedia 8 8 platforms darwin 9 9 maintainers simon openmaintainer … … 23 23 homepage http://openil.sourceforge.net/ 24 24 master_sites sourceforge:openil 25 25 distname DevIL-${version} 26 checksums md5 9d815c8637adb6fb6c25c38dc178aca2\27 sha1 aa9c2012d15c511ec2db34463a21f84fcfb40170\28 rmd160 23d6bf1f9fef48b7a3350e3cd13148a982ff99a729 worksrcdir DevIL-1.6.826 checksums md5 7918f215524589435e5ec2e8736d5e1d \ 27 sha1 bc27e3e830ba666a3af03548789700d10561fcb1 \ 28 rmd160 a3cdb14fcca5e75ada240a53cbdc3e749a759da5 29 worksrcdir devil-${version} 30 30 31 31 depends_lib port:lcms \ 32 32 port:libmng \ 33 port:libpng 33 port:libpng \ 34 port:jasper 34 35 36 configure.args --disable-exr 37 if {${configure.build_arch} == "i386"} { 38 configure.args-append --enable-x86 39 } elseif {${configure.build_arch} == "x86_64"} { 40 configure.args-append --enable-x86_64 41 } else { 42 configure.args-append --enable-ppc 43 } 44 45 post-destroot { 46 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 47 xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING CREDITS ChangeLog \ 48 NEWS README TODO ${destroot}${prefix}/share/doc/${name} 49 file copy ${worksrcpath}/docs/html ${destroot}${prefix}/share/doc/${name} 50 } 51 35 52 livecheck.type regex 36 53 livecheck.url http://sourceforge.net/project/showfiles.php?group_id=4470&package_id=24273 37 54 livecheck.regex "DevIL-(.+?).tar.gz"