This commit is contained in:
jakob 1999-05-11 20:56:15 +00:00
parent 66c4970199
commit afd45d12f9
6 changed files with 81 additions and 0 deletions

17
x11/wmx/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/05/11 20:56:15 jakob Exp $
DISTNAME= wmx-4
PKGNAME= wmx-4.0
CATEGORIES= x11
MASTER_SITES= http://www.all-day-breakfast.com/wmx/ \
ftp://ftp.tu-clausthal.de/pub/unix.new/x11-wm/ \
ftp://ftp.maths.tcd.ie/src/eoin-tmp/window_managers/
MAINTAINER= jakob@openbsd.org
USE_X11= yes
ALL_TARGET= wmx
.include <bsd.port.mk>

3
x11/wmx/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (wmx-4.tar.gz) = 83bb0464f25b941b8077a7c87cee5ef2
RMD160 (wmx-4.tar.gz) = 55adba7c19869845eee92d899333996686576cf1
SHA1 (wmx-4.tar.gz) = c6cf88a1a1b0e1853ad0cb5973c0d7ed6d3dce78

51
x11/wmx/patches/patch-aa Normal file
View File

@ -0,0 +1,51 @@
*** Makefile.orig Thu Jan 22 13:28:32 1998
--- Makefile Tue May 11 23:20:08 1999
***************
*** 2,12 ****
# If you're not using background pixmaps, remove -lXpm from the LIBS.
# If your X libraries are somewhere other than /usr/X11/lib, give their
# location here.
! LIBS = -L/usr/X11/lib -lXpm -lXext -lX11 -lXmu -lm
CC = gcc
CCC = gcc
! CFLAGS = -g -O2
OBJECTS = Border.o Buttons.o Channel.o Client.o Events.o Main.o Manager.o Menu.o Rotated.o
.c.o:
--- 2,12 ----
# If you're not using background pixmaps, remove -lXpm from the LIBS.
# If your X libraries are somewhere other than /usr/X11/lib, give their
# location here.
! LIBS = -L${PREFIX}/lib -lXpm -lXext -lX11 -lXmu -lm
CC = gcc
CCC = gcc
! CFLAGS = -g -O2 -I${PREFIX}/include
OBJECTS = Border.o Buttons.o Channel.o Client.o Events.o Main.o Manager.o Menu.o Rotated.o
.c.o:
***************
*** 16,23 ****
$(CCC) -c $(CFLAGS) $<
wmx: $(OBJECTS)
! mv -f wmx wmx.old >& /dev/null || true
$(CCC) -o wmx $(OBJECTS) $(LIBS)
depend:
makedepend -- $(CFLAGS) -- *.C
--- 16,27 ----
$(CCC) -c $(CFLAGS) $<
wmx: $(OBJECTS)
! mv -f wmx wmx.old > /dev/null 2>&1 || true
$(CCC) -o wmx $(OBJECTS) $(LIBS)
+
+ install:
+ ${BSD_INSTALL_PROGRAM} wmx ${PREFIX}/bin
+ ${BSD_INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmx
+ ${BSD_INSTALL_DATA} README ${PREFIX}/share/doc/wmx
depend:
makedepend -- $(CFLAGS) -- *.C

1
x11/wmx/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
Window manager

6
x11/wmx/pkg/DESCR Normal file
View File

@ -0,0 +1,6 @@
wmx is another window manager for X. It is based on wm2 and provides
a similarly unusual style of window decoration; but in place of wm2's
minimal functionality, it offers many of the features of more
conventional managers in the most simplistic implementations
imaginable. wmx is, however, still not configurable except by editing
the source and recompiling the code.

3
x11/wmx/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
bin/wmx
share/doc/wmx/README
@dirrm share/doc/wmx