# $Id: Portfile 30259 2007-10-23 02:31:56Z jmpp@macports.org $
PortSystem 1.0
name		e16menuedit
version		0.1
description	Enlightenment menu editor.
long_description        ${description}
maintainers	nomaintainer
categories	x11
platforms	darwin 
homepage	http://www.enlightenment.org/
master_sites    sourceforge:enlightenment
checksums	md5 094fc3b84b19b3afb6f1e2bf5e1f26bc
depends_lib	bin:gtk-config:gtk1 lib:libImlib:imlib 
use_configure	no
pre-build	{
		reinplace "s|-I..|-I.. -I${prefix}/include|g" ${worksrcpath}/Makefile
}
destroot	{
		file copy ${worksrcpath}/e16menuedit ${destroot}${prefix}/bin/
}
