# $Id: Portfile,v 1.12 2005/09/12 13:15:07 olegb Exp $ PortSystem 1.0 name eel version 2.12.0 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/ checksums rmd160 262935fd7ba134f4bbd1f177228d6d3c2cd17337 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" pre-configure { system "gdk-pixbuf-query-loaders>${prefix}/etc/gtk-2.0/gdk-pixbuf.loaders" }