diff options
Diffstat (limited to 'wm/w9wm/Makefile')
-rw-r--r-- | wm/w9wm/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/wm/w9wm/Makefile b/wm/w9wm/Makefile new file mode 100644 index 00000000000..315eefbb594 --- /dev/null +++ b/wm/w9wm/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/28 23:18:01 rumble Exp $ + +DISTNAME= w9wm-0.4.2 +CATEGORIES= plan9 wm +MASTER_SITES= http://www.grassouille.org/code/w9wm/src/ + +MAINTAINER= rumble@NetBSD.org +HOMEPAGE= http://www.grassouille.org/code/w9wm.en.html +COMMENT= 8 1/2-like Window Manager for X with virtual desktops + +WRKSRC= ${WRKDIR}/${DISTNAME}.orig +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" |