summaryrefslogtreecommitdiff
path: root/wm/matchbox/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-08-01 15:53:46 +0000
committerwiz <wiz>2002-08-01 15:53:46 +0000
commitcc55569cf68e04de4e8db3f13b86cbd0f2f9654f (patch)
tree831fc53859a78373b31d93e9abf015fd61f4c3e9 /wm/matchbox/Makefile
parent57854aeff024e7088543afdad4d8b69332b06bdd (diff)
downloadpkgsrc-cc55569cf68e04de4e8db3f13b86cbd0f2f9654f.tar.gz
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.
Diffstat (limited to 'wm/matchbox/Makefile')
-rw-r--r--wm/matchbox/Makefile16
1 files changed, 16 insertions, 0 deletions
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"