diff options
author | salo <salo> | 2003-05-17 05:58:36 +0000 |
---|---|---|
committer | salo <salo> | 2003-05-17 05:58:36 +0000 |
commit | 4d5a99b50e192becc90f21d34bcb7681a2549367 (patch) | |
tree | d5e3899a80496c5692065e04d2f8e9ff40aebf7f /wm | |
parent | 8549d75ef4a3b2256d001769441709824b85011e (diff) | |
download | pkgsrc-4d5a99b50e192becc90f21d34bcb7681a2549367.tar.gz |
Style cosmetics (DESCR has 80 columns, whitespace).
Diffstat (limited to 'wm')
-rw-r--r-- | wm/matchbox/DESCR | 19 | ||||
-rw-r--r-- | wm/matchbox/Makefile | 12 |
2 files changed, 14 insertions, 17 deletions
diff --git a/wm/matchbox/DESCR b/wm/matchbox/DESCR index 99aabc2bd3a..56635ca8eaa 100644 --- a/wm/matchbox/DESCR +++ b/wm/matchbox/DESCR @@ -1,13 +1,10 @@ -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 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. +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. +The Distribution also include various themes and utility programs, including +a dock (or tray) and various simple dock apps useful for PDA's. diff --git a/wm/matchbox/Makefile b/wm/matchbox/Makefile index 3f50f6eafe1..137fc271aa6 100644 --- a/wm/matchbox/Makefile +++ b/wm/matchbox/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.5 2002/12/20 15:59:44 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 2003/05/17 05:58:36 salo Exp $ # DISTNAME= matchbox-0.3.6 -CATEGORIES= wm +CATEGORIES= wm x11 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 -USE_BUILDLINK2= YES -USE_X11= YES -GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_X11= YES +GNU_CONFIGURE= YES .include "../../graphics/xpm/buildlink2.mk" -.include "../../mk/ossaudio.buildlink2.mk" +.include "../../mk/ossaudio.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |