aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/windowlab
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-04-20 20:38:08 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-04-20 20:38:08 +0000
commit7b8991681251a48486bd34986b62b14334b355d9 (patch)
tree82187c046bc41c93bec551cb5d84d1232b157ae9 /x11-wm/windowlab
parent4f6c7c0559a139a7ab1cf1caac3f2d3124e0b666 (diff)
downloadports-7b8991681251a48486bd34986b62b14334b355d9.tar.gz
ports-7b8991681251a48486bd34986b62b14334b355d9.zip
Notes
Diffstat (limited to 'x11-wm/windowlab')
-rw-r--r--x11-wm/windowlab/Makefile30
-rw-r--r--x11-wm/windowlab/distinfo1
-rw-r--r--x11-wm/windowlab/pkg-descr10
-rw-r--r--x11-wm/windowlab/pkg-plist3
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-wm/windowlab/Makefile b/x11-wm/windowlab/Makefile
new file mode 100644
index 000000000000..07aa1f1c977c
--- /dev/null
+++ b/x11-wm/windowlab/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: windowlab
+# Date created: 19 April 2003
+# Whom: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= windowlab
+PORTVERSION= 1.09
+CATEGORIES= x11-wm
+MASTER_SITES= http://www.nickgravgaard.com/windowlab/
+EXTRACT_SUFX= .tar
+
+MAINTAINER= ppl@nbnet.nb.ca
+COMMENT= A small window manager for X11
+
+MAN1= windowlab.1x
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+
+MAKE_ARGS+= MENURC=${PREFIX}/etc/windowlab/menurc
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/windowlab ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/windowlab.1x ${PREFIX}/man/man1
+ @ ${MKDIR} ${PREFIX}/etc/windowlab/
+ ${INSTALL_DATA} ${WRKSRC}/menurc.sample ${PREFIX}/etc/windowlab/menurc
+
+.include <bsd.port.mk>
diff --git a/x11-wm/windowlab/distinfo b/x11-wm/windowlab/distinfo
new file mode 100644
index 000000000000..7469a605a298
--- /dev/null
+++ b/x11-wm/windowlab/distinfo
@@ -0,0 +1 @@
+MD5 (windowlab-1.09.tar) = 4edf520d4a8bcfbeca53447b297ee793
diff --git a/x11-wm/windowlab/pkg-descr b/x11-wm/windowlab/pkg-descr
new file mode 100644
index 000000000000..b8268ce4745c
--- /dev/null
+++ b/x11-wm/windowlab/pkg-descr
@@ -0,0 +1,10 @@
+WindowLab is a small and simple window manager, based on aewm, of
+novel design. WindowLab maintains the illusion of direct manipulation
+by constraining the mouse pointer when appropriate, i.e. when a window
+cannot be dragged any further in one direction.
+
+It's click-to-focus, shares its window depth policy with the Amiga,
+and has a window resizing/reshaping method similar to that of 8 1/2
+from Plan 9.
+
+WWW: http://www.nickgravgaard.com/windowlab/
diff --git a/x11-wm/windowlab/pkg-plist b/x11-wm/windowlab/pkg-plist
new file mode 100644
index 000000000000..cc4bf33172f6
--- /dev/null
+++ b/x11-wm/windowlab/pkg-plist
@@ -0,0 +1,3 @@
+bin/windowlab
+etc/windowlab/menurc
+@dirrm etc/windowlab