diff options
author | salo <salo@pkgsrc.org> | 2003-05-17 05:42:10 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-17 05:42:10 +0000 |
commit | 62ca67509fca1d05d556ac12b5ab69ae6614c754 (patch) | |
tree | ff1aee6060109c631e44070653c469b7ca3cb18c /wm | |
parent | 6503867c4734f29ee6daee9afe648d03d1d8d496 (diff) | |
download | pkgsrc-62ca67509fca1d05d556ac12b5ab69ae6614c754.tar.gz |
Style cosmetics (DESCR has 80 columns, sort CATEGORIES, whitespace).
Diffstat (limited to 'wm')
-rw-r--r-- | wm/openbox/DESCR | 10 | ||||
-rw-r--r-- | wm/openbox/Makefile | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/wm/openbox/DESCR b/wm/openbox/DESCR index 4bd4f68e6cd..695c4691e99 100644 --- a/wm/openbox/DESCR +++ b/wm/openbox/DESCR @@ -1,5 +1,5 @@ -Openbox is a window manager for the X11 windowing system. It currently -runs on a large list of platforms. It was originally based on Blackbox -and currently remains very similar, even using Blackbox styles (with -available extensions) for its themeing and is written entirely in C++ -and maintains no dependencies on any libraries other than X11. +Openbox is a window manager for the X11 windowing system. It currently runs +on a large list of platforms. It was originally based on Blackbox and +currently remains very similar, even using Blackbox styles (with available +extensions) for its themeing and is written entirely in C++ and maintains no +dependencies on any libraries other than X11. diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 29ffff6a033..4232b48840c 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2003/03/22 18:16:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/05/17 05:42:10 salo Exp $ # DISTNAME= openbox-2.2.3 -CATEGORIES= wm +CATEGORIES= wm x11 MASTER_SITES= http://icculus.org/openbox/releases/ MAINTAINER= jrp@hispabsd.org HOMEPAGE= http://icculus.org/openbox/ COMMENT= Window manager based on Blackbox -DEPENDS+= bsetroot>=0.1nb1:../../wm/bsetroot +DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot USE_BUILDLINK2= YES USE_X11= YES @@ -17,5 +17,5 @@ GNU_CONFIGURE= YES .include "../../devel/pkgconfig/buildlink2.mk" .include "../../fonts/Xft2/buildlink2.mk" -.include "../../graphics/freetype2/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |