remove wm2 port, it has been included with X for awhile now

This commit is contained in:
brad 1999-12-30 02:40:05 +00:00
parent 35fef7a483
commit 956198a12a
7 changed files with 0 additions and 68 deletions

View File

@ -1,22 +0,0 @@
# OpenBSD makefile for: wm2
# Version required: 4
# Date created: 16 March 1998
# Whom: Thomas Graichen
#
# $OpenBSD: Makefile,v 1.4 1998/12/16 22:54:29 marc Exp $
#
DISTNAME= wm2-4
CATEGORIES= x11
COMES_WITH= 2.3
MIRROR_DISTFILE=no
MASTER_SITES= http://www.netcomuk.co.uk/~cannam/
MAINTAINER= graichen@OpenBSD.ORG
USE_X11= yes
ALL_TARGET= wm2
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (wm2-4.tar.gz) = 3b1d6da47a00c06436891669261bd651

View File

@ -1,27 +0,0 @@
--- Makefile.org Fri Mar 21 12:12:30 1997
+++ Makefile Mon Mar 16 12:53:07 1998
@@ -1,9 +1,9 @@
-LIBS = -L/usr/X11/lib -lXext -lX11 -lXmu -lm
+LIBS = -L${PREFIX}/lib -lXext -lX11 -lXmu -lm
CC = gcc
CCC = gcc
-CFLAGS = -O2
+CFLAGS = -O2 -I${PREFIX}/include
OBJECTS = Border.o Buttons.o Client.o Events.o Main.o Manager.o Rotated.o
.c.o:
@@ -13,8 +13,11 @@
$(CCC) -c $(CFLAGS) $<
wm2: $(OBJECTS)
- mv -f wm2 wm2.old >& /dev/null || true
+ mv -f wm2 wm2.old > /dev/null 2>&1 || true
$(CCC) -o wm2 $(OBJECTS) $(LIBS)
+
+install:
+ ${BSD_INSTALL_PROGRAM} wm2 ${PREFIX}/bin
depend:
makedepend -- $(CFLAGS) -- *.C

View File

@ -1,11 +0,0 @@
--- Manager.C.org Mon Mar 16 12:47:59 1998
+++ Manager.C Mon Mar 16 12:48:29 1998
@@ -521,7 +521,7 @@
}
}
-#ifdef sgi
+#if defined(sgi) || defined(__OpenBSD__)
extern "C" {
extern int putenv(char *); /* not POSIX */
}

View File

@ -1 +0,0 @@
window manager

View File

@ -1,5 +0,0 @@
wm2 is a window manager for X. It provides an unusual style of window
decoration and as little functionality as I feel comfortable with in a
window manager. wm2 is not configurable, except by editing the source
and recompiling the code, and is really intended for people who don't
particularly want their window manager to be too friendly.

View File

@ -1 +0,0 @@
bin/wm2