summaryrefslogtreecommitdiff
path: root/wm/cwm/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-09-04 04:56:04 +0000
committerxtraeme <xtraeme>2005-09-04 04:56:04 +0000
commit921459fafd7b0d44473c2d851a658da38608e7dc (patch)
tree691dbfd3a724cdcc4c927fb1551b7ab8ddab0867 /wm/cwm/Makefile
parent6c25e7fa4ce2442c4b34eea32d865b327cca817f (diff)
downloadpkgsrc-921459fafd7b0d44473c2d851a658da38608e7dc.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"