# $Id: Portfile,v 1.4 2005/11/30 19:08:11 blb Exp $ PortSystem 1.0 name imlib2 version 1.2.1 categories graphics devel maintainers blb@opendarwin.org 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 e32970d03d8aee2885782312d0a7f15f depends_lib lib:libjpeg:jpeg lib:libpng:libpng \ lib:libfreetype.6.3.5:freetype lib:libz:zlib \ lib:libX11:XFree86 configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" 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} }