summaryrefslogtreecommitdiff
path: root/wm/pwm/Makefile
diff options
context:
space:
mode:
authoragc <agc>2001-04-15 20:35:57 +0000
committeragc <agc>2001-04-15 20:35:57 +0000
commite994f21881fb14ba4082d55a2cd3a4d168f2fae1 (patch)
tree18a76058789b03042e59d53dcc023e0b68c1106b /wm/pwm/Makefile
parentaec40601a6a921599bdcd020c41c7337dd8552ad (diff)
downloadpkgsrc-e994f21881fb14ba4082d55a2cd3a4d168f2fae1.tar.gz
Initial import of the pwm window manager into the packages collection.
This package was provided in PR 12524 by salvage@plethora.net (T. M. Pederson). "PWM is a rather lightweight window manager. It has the unique feature that multiple client windows can be attached to the same frame. This feature helps keep windows, especially the numerous xterms, organized. Being a lightweight window manager with emphasis on usability, PWM does not have all the features that one might expect from a window manager. Those features are simply unnecessary. PWM does not provide pixmapped themes or other bloated eye candies but has a clean and simple look inspired by BeOS and Motif. There are no icons and frames cannot be iconified, only "shaded". Only one pointer focus mode is supported: sloppy. PWM does not even have titlebar buttons and may not be the easiest window manager to get into; most good things are not. PWM has workspaces, menus and Window Maker dockapp support. It has pretty good keyboard support and almost all of the functionality is configurable."
Diffstat (limited to 'wm/pwm/Makefile')
-rw-r--r--wm/pwm/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/wm/pwm/Makefile b/wm/pwm/Makefile
new file mode 100644
index 00000000000..c343e8b626c
--- /dev/null
+++ b/wm/pwm/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/15 20:35:57 agc Exp $
+#
+
+DISTNAME= pwm-1.0
+CATEGORIES= wm x11
+MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.students.tut.fi/~tuomov/pwm/
+COMMENT= Window manager that frames multiple client windows in a single frame
+
+USE_GMAKE= yes
+USE_X11= yes
+
+.include "../../mk/bsd.pkg.mk"