# $Id: Portfile,v 1.15 2006/04/29 11:12:39 rhwood Exp $
PortSystem 1.0
name		eel
version		2.14.1
description	Generally useful classes and extensions to GNOME
long_description        The eel library contains a number of generally \
			useful classes and functions. Many of them are \
			extensions to things in glib, gtk, gnome-libs, \
			and other widely-used GNOME platform libraries. \
			The long term plan is to move much of this into \
			the platform libraries themselves.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://www.gnome.org/
master_sites    gnome:sources/eel/2.14/
checksums	md5 7002f4f99317ed11da8b9db15b7e4a2b \
			sha1 af1fe75abe5fe2f727772de2cfae8b191838a145 \
			rmd160 f84cec1c7f26d4f18610fd352ab6b96bdc43e7f0

#patchfiles patch_eel-Makefile.in patch_eel-glib-extensions.c

depends_lib \
	port:Xft2 lib:libcairo:cairo lib:libexpat:expat port:fontconfig \
	port:freetype lib:libjpeg:jpeg lib:libiconv:libiconv lib:libpng:libpng \
	port:p5-xml-parser bin:perl:perl5.8 port:xrender port:zlib \
	lib:libtiff:tiff port:popt port:startup-notification port:pkgconfig \
	port:pango port:libxml2 port:libxslt bin:orbit-idl-2:orbit2 \
	port:esound port:audiofile port:glib2 port:gettext port:atk port:gconf \
	port:gnome-doc-utils port:gnome-keyring port:gnome-vfs port:gnome-vfs \
	port:gtk2 port:libart_lgpl port:libbonobo port:libbonoboui \
	port:libgnome port:libgnomecanvas port:libgnomeui port:gail \
	port:gnome-desktop port:gnome-menus port:libglade2 port:render

use_bzip2 	yes

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

variant darwin_7 {
}
