update to version 6pre1

fake installation
This commit is contained in:
jakob 2000-03-12 11:45:14 +00:00
parent a5183c2eac
commit b9906ee49b
4 changed files with 10 additions and 63 deletions

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.5 2000/03/05 23:00:34 jakob Exp $
# $OpenBSD: Makefile,v 1.6 2000/03/12 11:45:14 jakob Exp $
DISTNAME= wmx-5
PKGNAME= wmx-5.0
DISTNAME= wmx-6pre1
PKGNAME= wmx-6pre1
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/
MASTER_SITES= ftp://ftp.42.org/pub/wmx/
HOMEPAGE= http://www.all-day-breakfast.com/wmx/
MAINTAINER= jakob@openbsd.org
@ -16,6 +15,7 @@ PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
FAKE= yes
USE_X11= yes
do-install:

View File

@ -1,3 +1,3 @@
MD5 (wmx-5.tar.gz) = 1b8f1c4f527952c1ac84d72174363b3f
RMD160 (wmx-5.tar.gz) = 66fa2ce6d6d517448ca0bc11e15d82fccd4a78fe
SHA1 (wmx-5.tar.gz) = 4ed23cc9e07c65e0034da4a8a25c3016360a5971
MD5 (wmx-6pre1.tar.gz) = 75bc9864ee3f6a8068e7b650cbfd7de2
RMD160 (wmx-6pre1.tar.gz) = df764ea109b8ea69fb74c3a1af434a1f2f8dbfc9
SHA1 (wmx-6pre1.tar.gz) = d9cbb4f4ed9eb642f918a0d9f7f5b009789f0a11

View File

@ -1,53 +0,0 @@
*** Makefile.orig Wed Jan 13 11:28:43 1999
--- Makefile Thu Jul 15 11:59:22 1999
***************
*** 5,16 ****
# 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 -lSM -lICE -lm
# If your X includes are not in /usr/include/X11, add their location
# as a -I option here (excluding the X11 bit). If you're using I18N
# and Xlocale, please add -DX_LOCALE.
! CFLAGS = -g -O2 -I/usr/include -I/usr/openwin/include
OBJECTS = Border.o Buttons.o Channel.o Client.o Config.o Events.o Main.o Manager.o Menu.o Rotated.o Session.o
--- 5,16 ----
# 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${X11BASE}/lib -lXpm -lXext -lX11 -lXmu -lSM -lICE -lm
# If your X includes are not in /usr/include/X11, add their location
# as a -I option here (excluding the X11 bit). If you're using I18N
# and Xlocale, please add -DX_LOCALE.
! CFLAGS = -g -O2 -I${X11BASE}/include
OBJECTS = Border.o Buttons.o Channel.o Client.o Config.o Events.o Main.o Manager.o Menu.o Rotated.o Session.o
***************
*** 20,29 ****
.C.o:
$(CCC) -c $(CFLAGS) $<
! all: depend wmx
wmx: $(OBJECTS)
! test -f wmx && mv -f wmx wmx.old || true
$(CCC) -o wmx $(OBJECTS) $(LIBS)
depend:
--- 20,30 ----
.C.o:
$(CCC) -c $(CFLAGS) $<
! all: depend
! ${MAKE} ${MAKE_FLAGS} wmx
wmx: $(OBJECTS)
! mv -f wmx wmx.old > /dev/null 2>&1 || true
$(CCC) -o wmx $(OBJECTS) $(LIBS)
depend:

View File

@ -1 +1 @@
Window manager
window manager