Initial import of a package for lwm-0.8, the Lightweight Window Manager.
This commit is contained in:
parent
d9b62a0a22
commit
24a99cb3ab
7 changed files with 38 additions and 0 deletions
14
x11/lwm/Makefile
Normal file
14
x11/lwm/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1999/07/09 18:37:17 jwise Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lwm
|
||||
PKGNAME= lwm-0.8
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://users.ch.genedata.com/~enh/lwm/
|
||||
|
||||
MAINTAINER= jwise@netbsd.org
|
||||
HOMEPAGE= http://users.ch.genedata.com/~enh/lwm/
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
x11/lwm/files/md5
Normal file
3
x11/lwm/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/07/09 18:37:17 jwise Exp $
|
||||
|
||||
MD5 (lwm.tar.gz) = 452ad278f34a44141e2f28347b370873
|
3
x11/lwm/files/patch-sum
Normal file
3
x11/lwm/files/patch-sum
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: patch-sum,v 1.1.1.1 1999/07/09 18:37:17 jwise Exp $
|
||||
|
||||
MD5 (patch-aa) = 991a8a6f526300989de096dc061a3220
|
9
x11/lwm/patches/patch-aa
Normal file
9
x11/lwm/patches/patch-aa
Normal file
|
@ -0,0 +1,9 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 1999/07/09 18:37:18 jwise Exp $
|
||||
--- Imakefile.orig Fri Jul 9 14:00:45 1999
|
||||
+++ Imakefile Fri Jul 9 14:06:45 1999
|
||||
@@ -8,4 +8,4 @@
|
||||
shape.c resource.c version.c
|
||||
OBJS = ${SRCS:.c=.o}
|
||||
|
||||
-ComplexProgramTarget(lwm)
|
||||
+ComplexProgramTargetNoMan(lwm)
|
1
x11/lwm/pkg/COMMENT
Normal file
1
x11/lwm/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
the Lightweight Window Manager
|
6
x11/lwm/pkg/DESCR
Normal file
6
x11/lwm/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
lwm is a window manager for X that tries to keep out of your face. There
|
||||
are no icons, no button bars, no icon docks, no root menus, no nothing:
|
||||
if you want all that, then other programs can provide it. There's no
|
||||
configurability either: if you want that, you want a different window
|
||||
manager; one that helps your operating system in its evil conquest of
|
||||
your disc space and its annexation of your physical memory.
|
2
x11/lwm/pkg/PLIST
Normal file
2
x11/lwm/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/09 18:37:18 jwise Exp $
|
||||
bin/lwm
|
Loading…
Reference in a new issue