Portfile

# $Id: Portfile 20420 2006-11-03 02:16:34Z jberry@macports.org $

PortSystem 1.0
name imlib
version 1.9.15
categories graphics devel
maintainers nomaintainer@macports.org
description Graphics library related to the enlightenment window manager
long_description \
Imlib is an advanced graphics library meant to replace existing \
libraries like libXpm, and provides many more features with much greater \
flexibility and speed.

platforms darwin

homepage http://www.enlightenment.org/pages/imlib.html
master_sites gnome:sources/imlib/1.9
use_bzip2 yes

checksums md5 7db987e6c52e4daf70d7d0f471238eae

depends_lib lib:libgtk.1:gtk1 lib:libjpeg.62:jpeg lib:libtiff.3:tiff \
lib:libungif.4:libungif lib:libpng.3:libpng

configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
configure.args --mandir=${prefix}/share/man

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}
}