summaryrefslogtreecommitdiff
path: root/wm/wmx-gnome
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-27 20:42:21 +0000
committerjlam <jlam@pkgsrc.org>2001-07-27 20:42:21 +0000
commit16df0dfd7bae2eadf40f8058d17682d03e19a4f9 (patch)
treef0d6a5af5bc25d81458f2c54829b31ac077a0933 /wm/wmx-gnome
parent4cc106d5d7e4d838da265bbddf976c1d41cd27ff (diff)
downloadpkgsrc-16df0dfd7bae2eadf40f8058d17682d03e19a4f9.tar.gz
wmx-gnome: wmx w/ partial GNOME compliance.
Diffstat (limited to 'wm/wmx-gnome')
-rw-r--r--wm/wmx-gnome/Makefile16
-rw-r--r--wm/wmx-gnome/pkg/DESCR8
2 files changed, 24 insertions, 0 deletions
diff --git a/wm/wmx-gnome/Makefile b/wm/wmx-gnome/Makefile
new file mode 100644
index 00000000000..48767421228
--- /dev/null
+++ b/wm/wmx-gnome/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/27 20:42:21 jlam Exp $
+
+PKGNAME= wmx-gnome-${WMX_VERS}
+CATEGORIES+= gnome
+COMMENT= another X11 window manager based on wm2, with GNOME compliance
+
+USE_BUILDLINK_ONLY= # defined
+
+.include "../../wm/wmx/Makefile.common"
+
+CPPFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True
+CPPFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True
+CXXFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True
+CXXFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/wmx-gnome/pkg/DESCR b/wm/wmx-gnome/pkg/DESCR
new file mode 100644
index 00000000000..451085e3a07
--- /dev/null
+++ b/wm/wmx-gnome/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.