diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-04 04:56:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-04 04:56:04 +0000 |
commit | 60c0fd686a76528ff70e17cca3a562aa51c3e4ce (patch) | |
tree | 691dbfd3a724cdcc4c927fb1551b7ab8ddab0867 /wm/cwm/Makefile | |
parent | 814993f3099056956c76db3a3a53e1e1523dbe9e (diff) | |
download | pkgsrc-60c0fd686a76528ff70e17cca3a562aa51c3e4ce.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/Makefile | 15 |
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" |