# $Id: Portfile,v 1.3 2005/09/13 06:57:40 olegb Exp $
PortSystem 1.0
name		evas
version		0.9.9.010
epoch		24062005
description	Evas is a hardware-accelerated canvas API for X11.
long_description        Evas is a hardware-accelerated canvas API for X-Windows \
			that can draw anti-aliased text, smooth super and sub-sampled \
			images, alpha-blend, as well as drop down to using normal X11 \
			primitives such as pixmaps, lines and rectangles for speed if \
			your CPU or graphics hardware are too slow.
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 e7197ca22ee4aec41905cc0d03a7e899
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 --disable-cairo-x11
