# $Id: Portfile,v 1.2 2005/09/13 06:57:46 olegb Exp $
PortSystem 1.0
name		epeg
version		0.9.0
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	darwinports@opendarwin.org
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.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
		CFLAGS="-no-cpp-precomp -L${prefix}/lib"
