summaryrefslogtreecommitdiff
path: root/wm/matchbox/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-08-01 15:53:46 +0000
committerwiz <wiz@pkgsrc.org>2002-08-01 15:53:46 +0000
commitcf2565c049c50234d4cc9bacc64cf029a943f9ae (patch)
tree831fc53859a78373b31d93e9abf015fd61f4c3e9 /wm/matchbox/Makefile
parent7794acfa2cd2dae93c7270ece07e245a80f5da46 (diff)
downloadpkgsrc-cf2565c049c50234d4cc9bacc64cf029a943f9ae.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"