# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
categories graphics devel
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.
homepage http://docs.enlightenment.org/api/imlib2/html/
master_sites sourceforge:enlightenment
checksums rmd160 378024c8d6bf7c0230a5972f1ed0909aa099e501 \
sha256 39907c9a62814e8bff05bafe3760db6b7993bb3803832bcaad54e79b75423e5e
depends_build port:pkgconfig
configure.args --disable-amd64
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README \
TODO ${destroot}${docdir}
xinstall -d ${destroot}${docdir}/html
xinstall -m 644 {*}[glob -directory ${worksrcpath}/doc *.{html,gif}] \
${destroot}${docdir}/html
configure.args-append --disable-mmx
livecheck.distname ${name}