# $Id: Portfile 64763 2010-03-15 16:31:33Z nox@macports.org $
PortSystem 1.0
name		epeg
version		0.9.0
revision    2
description	An IMMENSELY FAST JPEG thumbnailer library API.
long_description	Its a convenience library API to using libjpeg \
			to load JPEG images destined to be turned into \
			thumbnails of the original, saving information with \
			these thumbnails, retreiving it and managing to load \
			the image ready for scaling with the minimum of fuss \
			and CPU overhead.  
maintainers	nomaintainer
categories	graphics x11
platforms	darwin 
homepage	http://www.enlightenment.org
master_sites    sourceforge:enlightenment
checksums	md5 9b68516f27e8c0386d03168444a4f5de
depends_lib     lib:libjpeg:jpeg 
configure.args	--mandir=${prefix}/share/man 
configure.cppflags-append  "-L${prefix}/lib"
configure.cflags-append "-no-cpp-precomp -L${prefix}/lib"
