Portfile

# $Id: Portfile 20495 2006-11-03 15:47:30Z blair@macports.org $
PortSystem 1.0
name e16menuedit
version 0.1
description Enlightenment menu editor.
long_description ${description}
maintainers nomaintainer@macports.org
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/
}