summaryrefslogtreecommitdiff
path: root/wm/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-01-04 14:52:58 +0000
committernia <nia@pkgsrc.org>2021-01-04 14:52:58 +0000
commitd2eae46e85e3b380bf3b378e5ba977b4e51650f1 (patch)
tree4b92774ef16af6dbf245ccc205239695915f97b1 /wm/Makefile
parent2e91b4f6ac7d16d56dc415f4d85f927cf344fb3d (diff)
downloadpkgsrc-d2eae46e85e3b380bf3b378e5ba977b4e51650f1.tar.gz
Add wm/mcwm.
mcwm is a minimalist window manager for the X Window System written from scratch in C directly on top of XCB. It is a traditional floating window manager with a lot of features but without the bloat. In mcwm all functions, including move and resize, are available from the keyboard but a pointing device can be used for move, resize and raise/lower.
Diffstat (limited to 'wm/Makefile')
-rw-r--r--wm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/Makefile b/wm/Makefile
index 1ce965d5202..abd2de8429c 100644
--- a/wm/Makefile
+++ b/wm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2020/12/11 15:12:35 nia Exp $
+# $NetBSD: Makefile,v 1.158 2021/01/04 14:52:58 nia Exp $
#
COMMENT= X11 window managers, configuration tools, and themes
@@ -59,6 +59,7 @@ SUBDIR+= lwm
SUBDIR+= marco
SUBDIR+= matchbox-wm
SUBDIR+= mate-netbook
+SUBDIR+= mcwm
SUBDIR+= mlvwm
SUBDIR+= musca
SUBDIR+= mutter