diff options
Diffstat (limited to 'wm/openbox/Makefile')
-rw-r--r-- | wm/openbox/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile new file mode 100644 index 00000000000..88ac2d71680 --- /dev/null +++ b/wm/openbox/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/11/20 18:16:18 jschauma Exp $ +# + +DISTNAME= openbox-2.2.0 +CATEGORIES= wm +MASTER_SITES= http://icculus.org/openbox/releases/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://icculus.org/openbox/ +COMMENT= Window manager based on Blackbox + +DEPENDS+= bsetroot>=0.1:../../wm/bsetroot + +USE_X11= YES +GNU_CONFIGURE= YES + +WRKSRC= ${WRKDIR}/openbox-2.2.0 + +.include "../../graphics/freetype2/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |