summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjlam <jlam>2001-01-18 20:19:37 +0000
committerjlam <jlam>2001-01-18 20:19:37 +0000
commitd1f2694defd1022b91c9cce1f7cece7c98f8eb02 (patch)
tree0e3838e75af9668a5187852c4050f4358ddaf42b /wm
parentbb1c5835ff9b4dac571b500be63cc0a8145868f0 (diff)
downloadpkgsrc-d1f2694defd1022b91c9cce1f7cece7c98f8eb02.tar.gz
wmx-gnome-current: wmx + partial GNOME compliance compiled in
Diffstat (limited to 'wm')
-rw-r--r--wm/wmx-gnome-current/Makefile11
-rw-r--r--wm/wmx-gnome-current/pkg/COMMENT1
-rw-r--r--wm/wmx-gnome-current/pkg/DESCR8
3 files changed, 20 insertions, 0 deletions
diff --git a/wm/wmx-gnome-current/Makefile b/wm/wmx-gnome-current/Makefile
new file mode 100644
index 00000000000..c6cc61a559a
--- /dev/null
+++ b/wm/wmx-gnome-current/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/18 20:19:37 jlam Exp $
+
+PKGNAME= wmx-gnome-${WMX_VERS}
+CATEGORIES+= gnome
+
+CPPFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True
+CPPFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True
+CXXFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True
+CXXFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True
+
+.include "../../wm/wmx-current/Makefile.common"
diff --git a/wm/wmx-gnome-current/pkg/COMMENT b/wm/wmx-gnome-current/pkg/COMMENT
new file mode 100644
index 00000000000..6d5507a81fa
--- /dev/null
+++ b/wm/wmx-gnome-current/pkg/COMMENT
@@ -0,0 +1 @@
+another X11 window manager based on wm2, with GNOME compliance
diff --git a/wm/wmx-gnome-current/pkg/DESCR b/wm/wmx-gnome-current/pkg/DESCR
new file mode 100644
index 00000000000..451085e3a07
--- /dev/null
+++ b/wm/wmx-gnome-current/pkg/DESCR
@@ -0,0 +1,8 @@
+wmx is another window manager for X. It is based on wm2 and provides
+a similarly unusual style of window decoration; but in place of wm2's
+minimal functionality, it offers many of the features of more
+conventional managers in the most simplistic implementations
+imaginable. wmx is, however, still barely configurable except by
+editing the source and recompiling the code.
+
+This package is built with GNOME compliance.