# $Id: Portfile,v 1.1 2006/05/08 09:10:54 rhwood Exp $
PortSystem 1.0
name		eel-2-12
version		2.12.2
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.12/
distname	eel-${version}
checksums	md5 d78cd3e33c656a62b5bf1f8d0b8d271f \
			sha1 a8aed7af411a902502d2a6735a0f02a61ef77768 \
			rmd160 6fb1f71b0291db9ce46478076f952521c4e65bd7

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 \
		--prefix=${prefix}/lib/eel-${version}
configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" 

variant darwin_7 {
}
