a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name evilwm
version 0.99.21
description A minimalist window manager for the X Window System.
long_description ${description}
maintainers nomaintainer@macports.org
categories x11-wm x11
platforms darwin
homepage http://www.6809.org.uk/evilwm/
master_sites ${homepage}
checksums md5 092dff2f7c1151af6823029db8fa4d62
depends_lib lib:libX11.6:XFree86
configure {
reinplace "s|prefix = \$(DESTDIR)/usr|prefix = ${destroot}${prefix}|g" ${worksrcpath}/Makefile
}