# $Id: Portfile,v 1.8 2005/11/19 22:32:10 mww Exp $
PortSystem 1.0
name		blackbox
version		0.70.1
description	Blackbox is a fast, light window manager
long_description	Blackbox is that fast, light window manager you \
			have been looking for without all those annoying \
			library dependancies. If you have a C++ compiler \
			and the X Window System you can compile and use it.
maintainers	pierre@queinnec.org
categories	x11-wm x11
platforms	darwin freebsd
homepage	http://blackboxwm.sourceforge.net/
master_sites    sourceforge:blackboxwm
checksums	md5 2d173b95ca5e64ef478c6a5d2deee9df
depends_lib	lib:libX11.6:XFree86 
configure.args  --prefix=${prefix} --mandir=${prefix}/share/man

platform darwin 7 {
        patchfiles-append patch-Toolbar.cc
}
