# $Id: Portfile,v 1.3 2005/09/13 06:57:40 olegb Exp $
PortSystem 1.0
name		ecore
version		0.9.9.010
epoch		24062005
description	Ecore is a core event abstraction layer.
long_description       	It is the core event abstraction layer and \
			X abstraction layer that makes doing selections, \
			Xdnd, general X stuff, and event loops, timeouts \
			and idle handlers fast, optimized, and convenient. \
			It's a separate library so anyone can make use \
			of the work put into Ecore to make this job \
			easy for applications.
maintainers	darwinports@opendarwin.org
categories	devel x11
platforms	darwin 
homepage	http://www.enlightenment.org
master_sites    http://enlightenment.freedesktop.org/files/ \
		sourceforge:enlightenment
checksums	md5 38cdadc83910b0ae4035310b5afeff52
depends_lib     lib:libX11.6:XFree86 lib:libjpeg.62:jpeg \
                lib:libpng.3:libpng lib:libtiff.3:tiff \
                lib:libImlib2:imlib2 lib:libintl:gettext \
		lib:libfreetype:freetype
configure.env	CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
                CFLAGS="-no-cpp-precomp"
configure.args	--mandir=${prefix}/share/man 
