# $Id: Portfile,v 1.1 2004/09/26 13:31:16 olegb Exp $

PortSystem 1.0
name            gtk-xfce-engine
version         2.1.10
categories      devel
maintainers     jc@opendarwin.org
description     Port of xfce engine to GTK+-2.0
long_description ${description}
homepage        http://www.xfce.org/
master_sites    sourceforge:xfce http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.0.6/src/
checksums       md5 116f33de9083a2c38b0943e5591baecb

depends_lib     lib:libgtk.2:gtk2

configure {
        system "cd ${build.dir}; ./configure --disable-debug --prefix=${prefix}"
}
