# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem 1.0

name		openbox
version		3.4.5
revision        1
categories	x11
maintainers	afb openmaintainer
platforms	darwin freebsd linux

description	A highly configurable and standards-compliant window manager
long_description	Openbox is a minimalistic, highly configurable, next \
			generation window manager with extensive standards support.

homepage	http://icculus.org/openbox/
master_sites    http://icculus.org/openbox/releases/
checksums	md5 06e007ef96ab3f7f4bbc34c4464af6c2
post-extract	{ system "chmod +x ${worksrcpath}/install-sh" }

depends_build \
	port:pkgconfig

depends_lib \
	port:xorg-libsm \
	port:xorg-libXcursor \
	port:xorg-libXinerama \
	port:xorg-libXrandr \
	path:lib/pkgconfig/pango.pc:pango \
	port:libxml2 \
	port:startup-notification
