upgrade to netris 0.5

This commit is contained in:
brad 1999-10-02 19:19:00 +00:00
parent 3554099e65
commit 4b2c3dc9a5
5 changed files with 49 additions and 46 deletions

View File

@ -1,15 +1,13 @@
# $OpenBSD: Makefile,v 1.2 1998/11/09 01:49:55 marc Exp $
#
# $OpenBSD: Makefile,v 1.3 1999/10/02 19:19:00 brad Exp $
DISTNAME= netris-0.4
CATEGORIES= games
DISTNAME= netris-0.5
CATEGORIES= games
MASTER_SITES= ftp://ftp.netris.org/pub/netris/
MAINTAINER= angelos@openbsd.org
MAINTAINER= angelos@openbsd.org
MASTER_SITES= ftp://ftp.netris.org/pub/netris/
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
post-install:
${INSTALL_MAN} ${FILESDIR}/netris.1 ${PREFIX}/man/man1

View File

@ -1,3 +1,3 @@
MD5 (netris-0.4.tar.gz) = 6c0896633bf20c9fa902956ef79c183f
RMD160 (netris-0.4.tar.gz) = 3c313a0b874002dbb3bf97c6d922e03c43488b95
SHA1 (netris-0.4.tar.gz) = fc032807474e0bed7ed8216b3956ca89d8e511ad
MD5 (netris-0.5.tar.gz) = a30c950fd4e4779a26f856bc7cd1aaff
RMD160 (netris-0.5.tar.gz) = cbf25a4ddd2fb4c6060e3664d8a50933f654367e
SHA1 (netris-0.5.tar.gz) = 89f49fc228f958a7e94f0026d8b0ad52da7a73e6

View File

@ -1,30 +1,38 @@
*** Configure.orig Sat Feb 10 02:41:40 1996
--- Configure Mon Jun 9 21:04:51 1997
***************
*** 159,167 ****
--- 159,170 ----
PROG = netris
HEADERS = netris.h
+ PREFIX?=/usr/local
SRCS = -SRCS-
OBJS = -OBJS-
DISTFILES = -DISTFILES-
+ DESTDIR= $(PREFIX)/bin
+ MANDIR= $(PREFIX)/man
all: Makefile config.h proto.h $(PROG) sr
***************
*** 217,222 ****
--- 220,229 ----
cleandir: clean
rm -f .depend Makefile config.h
+
+ install:
+ install -o bin -g bin -s -m 755 $(PROG) $(DESTDIR)
+ install -o bin -g bin -s -m 755 sr $(DESTDIR)
##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend #####
END
--- Configure.orig Sun May 16 02:57:48 1999
+++ Configure Sat Oct 2 15:13:42 1999
@@ -159,12 +159,12 @@
# Automatically generated by ./Configure -- DO NOT EDIT!
#
-CC = -CC-
-COPT = -COPT-
+#CC = -CC-
+#COPT = -COPT-
CEXTRA = -CEXTRA-
LEXTRA = -LEXTRA-
LFLAGS = -LEXTRA- -LFLAGS-
-CFLAGS = $(CEXTRA) $(COPT)
+CFLAGS+= $(CEXTRA) $(COPT)
PROG = netris
HEADERS = netris.h
@@ -172,6 +172,8 @@
SRCS = -SRCS-
OBJS = -OBJS-
DISTFILES = -DISTFILES-
+DESTDIR= $(PREFIX)/bin
+MANDIR= $(PREFIX)/man
all: Makefile config.h proto.h $(PROG) sr
@@ -227,6 +229,10 @@
cleandir: clean
rm -f .depend Makefile config.h
+
+install:
+ install -o bin -g bin -s -m 755 $(PROG) $(DESTDIR)
+ install -o bin -g bin -s -m 755 sr $(DESTDIR)/sample-robot
##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend #####
END

View File

@ -1,5 +1,2 @@
This is netris, a networked version of t*tris.
It allows head to head 2 player games via a network.
-Ken Monville
desmo@bandwidth.org

View File

@ -1,3 +1,3 @@
bin/netris
bin/sr
bin/sample-robot
man/man1/netris.1