From 1d8e6bc7a757e55bf48038022114de973f00191b Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 2 Sep 2003 07:23:59 +0000 Subject: Initial import of windowlab 1.12. Reviewed by wiz@ WindowLab is a small and simple window manager of novel design, based on aewm. 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/5 from Plan 9. WindowLab maintains the illusion of direct manipulation by constraining the mouse pointer when appropriate, ie when a window cannot be dragged any further in one direction. The pointer is also constrained vertically (effectively making the target menu items infinitely tall according to Fitts's law) when it's in the menubar to reduce pointing time. http://www.nickgravgaard.com/windowlab/ --- wm/windowlab/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 wm/windowlab/Makefile (limited to 'wm/windowlab/Makefile') diff --git a/wm/windowlab/Makefile b/wm/windowlab/Makefile new file mode 100644 index 00000000000..c1fc5377d7a --- /dev/null +++ b/wm/windowlab/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/02 07:23:59 xtraeme Exp $ +# + +DISTNAME= windowlab-1.12 +CATEGORIES= wm +MASTER_SITES= http://www.nickgravgaard.com/windowlab/ +EXTRACT_SUFX= .tar + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://www.nickgravgaard.com/windowlab/ +COMMENT= Small and simple window manager + +USE_BUILDLINK2= YES +USE_PKGINSTALL= YES +USE_GMAKE= YES +USE_X11= YES + +PKG_SYSCONFSUBDIR= windowlab + +EGDIR= ${PREFIX}/share/examples/windowlab +CONF_FILES= ${EGDIR}/menurc.default ${PKG_SYSCONFDIR}/menurc + +post-install: + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/menurc.sample ${EGDIR}/menurc.default + +.include "../../devel/pkgconfig/buildlink2.mk" +.include "../../fonts/Xft2/buildlink2.mk" + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3