summaryrefslogtreecommitdiff
path: root/wm/dwm/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-04-13 09:08:07 +0000
committerxtraeme <xtraeme>2007-04-13 09:08:07 +0000
commit41ea1ad84e94c0ddfc122f9a5342e220a784a267 (patch)
treecd07c45ed59e7a7659fcc3e6fa44b05058624795 /wm/dwm/Makefile
parent31b12d9f7ec8dbb06d013c176c1e4b8c82fd8d2d (diff)
downloadpkgsrc-41ea1ad84e94c0ddfc122f9a5342e220a784a267.tar.gz
Initial import of dwm-3.9 from pkgsrc-wip.
dwm is a dynamic window manager for X. It manages windows in tiling and floating modes. Either mode can be applied dynamically, optimizing the environment for the application in use and the task performed. It is the little brother of wmii. dwm contains a small status bar which displays all available tags, the mode, the title of the focused window, and the text read from standard input. The selected tags are highlighted with a different color, the tags of the focused window are highlighted with a small point.
Diffstat (limited to 'wm/dwm/Makefile')
-rw-r--r--wm/dwm/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/wm/dwm/Makefile b/wm/dwm/Makefile
new file mode 100644
index 00000000000..63c54ced869
--- /dev/null
+++ b/wm/dwm/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/13 09:08:07 xtraeme Exp $
+
+DISTNAME= dwm-3.9
+CATEGORIES= wm
+MASTER_SITES= http://suckless.org/download/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://dwm.suckless.org/
+COMMENT= Dynamic window manager
+
+NO_CONFIGURE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/dwm ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/dwm.1 ${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"