# $Id: Portfile,v 1.15 2006/06/16 11:49:18 rhwood Exp $

PortSystem 1.0
name		gtk-engines2
version		2.6.9
categories	x11
maintainers	mij@opendarwin.org
description	Theme engine for gtk2
homepage	http://www.gtk.org/
platforms	darwin

long_description gtk-engines2 is a theme engine for GTK+ 2.  It provides \
		the ability to change the way widgets, buttons, etc. \
		look when using GTK+ 2 applications.

master_sites	gnome:sources/gtk-engines/2.6

distname	gtk-engines-${portversion}
checksums	md5 77fb084b60efa8dd4fcfc0fc24882cd1 \
		sha1 cee5d8003489b6f0eec139b87cf82f1f7879573c \
		rmd160 5cf0f3b12c1dd01c570b921ed483ceac73337348

use_bzip2	yes

depends_lib	lib:libgtk.2:gtk2

configure.env	LDFLAGS="-L${prefix}/lib -lgdk_pixbuf-2.0 -lgdk-x11-2.0 -lglib-2.0" \
		CFLAGS="-I${prefix}/include" CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
