diff options
Diffstat (limited to 'wm/novawm')
-rw-r--r-- | wm/novawm/DESCR | 7 | ||||
-rw-r--r-- | wm/novawm/Makefile | 19 | ||||
-rw-r--r-- | wm/novawm/PLIST | 10 | ||||
-rw-r--r-- | wm/novawm/distinfo | 4 |
4 files changed, 40 insertions, 0 deletions
diff --git a/wm/novawm/DESCR b/wm/novawm/DESCR new file mode 100644 index 00000000000..515fa022dcc --- /dev/null +++ b/wm/novawm/DESCR @@ -0,0 +1,7 @@ +NovaWM is a window manager for the X Window System (X11). It is developed +with speed, size, and style in mind. NovaWM takes on its own style that +is different than any window manager. + +NovaWM has its own toolkit that is much easier to understand and develop +with than most others, though NovaWM itself does not use the toolkit to +create its interface, reducing the dependency on other libraries. diff --git a/wm/novawm/Makefile b/wm/novawm/Makefile new file mode 100644 index 00000000000..7e4e165318a --- /dev/null +++ b/wm/novawm/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/18 22:04:18 jmmv Exp $ +# + +DISTNAME= novawm-0.7_alpha +PKGNAME= ${DISTNAME:S/_alpha/rc1/} +WRKSRC= ${WRKDIR}/${DISTNAME:S/_alpha//} +CATEGORIES= wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=novawm/} + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://novawm.sourceforge.net/ +COMMENT= Nova window manager + +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_GMAKE= YES +USE_X11= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/wm/novawm/PLIST b/wm/novawm/PLIST new file mode 100644 index 00000000000..0c43c4478d1 --- /dev/null +++ b/wm/novawm/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/18 22:04:18 jmmv Exp $ +bin/novawm +doc/novawm/AUTHORS +doc/novawm/COPYING +doc/novawm/ChangeLog +doc/novawm/INSTALL +doc/novawm/NEWS +doc/novawm/README +doc/novawm/TODO +@dirrm doc/novawm diff --git a/wm/novawm/distinfo b/wm/novawm/distinfo new file mode 100644 index 00000000000..09ab70fa39b --- /dev/null +++ b/wm/novawm/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/18 22:04:18 jmmv Exp $ + +SHA1 (novawm-0.7_alpha.tar.gz) = ecb35cf33dd9b40c1057bae215abb9435575e180 +Size (novawm-0.7_alpha.tar.gz) = 61974 bytes |