From cc55569cf68e04de4e8db3f13b86cbd0f2f9654f Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 1 Aug 2002 15:53:46 +0000 Subject: Initial import of matchbox, a window manager for small displays (e.g., handhelds): Matchbox is a GPL'd X11 window manager designed for computers with little screen real estate, limited input devices and low CPU/storage resources. Touchscreen PDA's, phones, set top boxes and even watches fit well into this category. Children or people with disability's may also find matchbox useful on desktop machines, due to the way it simplify's window operation. Matchbox is small, fast, flexible, dependant only on xlib and very usable. The Distribution also include various themes and utility programs, including a dock (or tray) and various simple dock apps useful for PDA's. --- wm/matchbox/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 wm/matchbox/Makefile (limited to 'wm/matchbox/Makefile') diff --git a/wm/matchbox/Makefile b/wm/matchbox/Makefile new file mode 100644 index 00000000000..1aba5929c29 --- /dev/null +++ b/wm/matchbox/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/01 15:53:46 wiz Exp $ +# + +DISTNAME= matchbox-0.3.2 +CATEGORIES= wm +MASTER_SITES= http://handhelds.org/~mallum/downloadables/matchbox/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://handhelds.org/~mallum/matchbox/ +COMMENT= window manager designed for computers with small displays + +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES + +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3