Ticket #8792: imlib2-1.2.2.diff
File imlib2-1.2.2.diff, 923 bytes (added by keithws@…, 19 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name imlib2 5 version 1.2. 15 version 1.2.2 6 6 categories graphics devel 7 7 maintainers blb@opendarwin.org 8 8 description Image loading and rendering library … … 17 17 homepage http://www.enlightenment.org/pages/imlib2.html 18 18 master_sites sourceforge:enlightenment 19 19 20 checksums md5 e32970d03d8aee2885782312d0a7f15f20 checksums md5 07b2a7745ddd3c7c4480b50cb916174c 21 21 22 22 depends_lib lib:libjpeg:jpeg lib:libpng:libpng \ 23 23 lib:libfreetype.6.3.5:freetype lib:libz:zlib \ … … 25 25 26 26 configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" 27 27 28 platform x86 { configure.args-append --disable-mmx --disable-amd64 } 29 28 30 post-destroot { 29 31 xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} 30 32 eval xinstall -m 644 -W ${worksrcpath}/doc \