summaryrefslogtreecommitdiff
path: root/wm/cwm/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-09-04 04:56:04 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-09-04 04:56:04 +0000
commit331230905d8624db868ef26200f9380dd1697e17 (patch)
tree691dbfd3a724cdcc4c927fb1551b7ab8ddab0867 /wm/cwm/Makefile
parentf71311b4fa88df50a45e50b9a2672de29c497a14 (diff)
downloadpkgsrc-331230905d8624db868ef26200f9380dd1697e17.tar.gz
Initial import of cwm-3.
cwm is a window manager for X11. It was originally inspired by evilwm, but was rewritten from scratch due to limitations in the evilwm codebase. The from-scratch rewrite borrowed some code from 9wm. cwm contains many new features which all concentrate on the efficiency and transparency of window management. cwm also aims to maintain the most simplest and pleasant aesthetic.
Diffstat (limited to 'wm/cwm/Makefile')
-rw-r--r--wm/cwm/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/wm/cwm/Makefile b/wm/cwm/Makefile
new file mode 100644
index 00000000000..5cd5754048a
--- /dev/null
+++ b/wm/cwm/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/09/04 04:56:04 xtraeme Exp $
+#
+
+DISTNAME= cwm-3
+CATEGORIES= wm
+MASTER_SITES= http://monkey.org/~marius/cwm/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://monkey.org/~marius/cwm/
+COMMENT= Window manager for X11 initially inspired by evilwm
+
+GNU_CONFIGURE= yes
+
+.include "../../fonts/Xft2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"