# $Id: Portfile,v 1.1 2006/01/26 13:29:27 olegb Exp $
PortSystem 1.0
name		evilwm
version		0.99.21
description	A minimalist window manager for the X Window System.
long_description	${description}
maintainers	olegb@opendarwin.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
}
