From 16df0dfd7bae2eadf40f8058d17682d03e19a4f9 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 27 Jul 2001 20:42:21 +0000 Subject: wmx-gnome: wmx w/ partial GNOME compliance. --- wm/wmx-gnome/Makefile | 16 ++++++++++++++++ wm/wmx-gnome/pkg/DESCR | 8 ++++++++ 2 files changed, 24 insertions(+) create mode 100644 wm/wmx-gnome/Makefile create mode 100644 wm/wmx-gnome/pkg/DESCR (limited to 'wm/wmx-gnome') 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. -- cgit v1.2.3