summaryrefslogtreecommitdiff
path: root/wm/openbox/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-11-20 18:16:18 +0000
committerjschauma <jschauma@pkgsrc.org>2002-11-20 18:16:18 +0000
commite1dab4367e08e179456ca73820dcf02f28efd283 (patch)
tree14fa9d62ab9ca17babb9e0e5667b8a11a1e8c65d /wm/openbox/Makefile
parentbab05907d97830f2800a2e9a92e1f27766613e76 (diff)
downloadpkgsrc-e1dab4367e08e179456ca73820dcf02f28efd283.tar.gz
Initial import of wm/openbox, based on the package provided by
(Juan at xtraeme dot dyndns dot org) in PR pkg/19107. Minor modifications by me. Openbox is a window manager for the X11 windowing system. It currently runs on a large list of platforms. It was originally based on Blackbox and currently remains very similar, even using Blackbox styles (with available extensions) for its themeing and is written entirely in C++ and maintains no dependencies on any libraries other than X11.
Diffstat (limited to 'wm/openbox/Makefile')
-rw-r--r--wm/openbox/Makefile20
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"