# $Id: Portfile 40316 2008-09-29 12:17:56Z macsforever2000@macports.org $ PortSystem 1.0 name imlib2 version 1.4.1 categories graphics devel maintainers nomaintainer description Image loading and rendering library long_description \ Imlib is a general Image loading and rendering library designed to make \ the task of loading images, and obtaining X-Windows drawables a simple \ task, as well as a quick one. It also aims to provide simple \ manipulation routines that might be desired for common operations. platforms darwin homepage http://www.enlightenment.org/pages/imlib2.html master_sites sourceforge:enlightenment checksums md5 16a3d885e523303be794282c0ed90841 \ sha1 d1894311e9e84015a0a9451748f6f37387fe693d \ rmd160 29b4393e298825d4eb5922fb91a2dc558bde86d8 depends_lib port:jpeg port:libpng port:freetype port:zlib \ lib:libX11:XFree86 post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} eval xinstall -m 644 -W ${worksrcpath}/doc \ [glob ${worksrcpath}/doc/*.gif] index.html \ ${destroot}${prefix}/share/doc/${name} } platform i386 { configure.args-append --disable-mmx --disable-amd64 }