Initial addition of xpipeman-1.5, a connect the pipes to contain the

water flow game for X11. Closes pr 5889 by Tim Rightnour.
This commit is contained in:
frueauf 1998-08-01 14:52:45 +00:00
parent d3275ee40b
commit bbe7d892ae
7 changed files with 67 additions and 0 deletions

22
games/xpipeman/Makefile Normal file
View file

@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.1 1998/08/01 14:52:45 frueauf Exp $
#
DISTNAME= xpipeman-1.5
CATEGORIES= games x11
MASTER_SITES= http://www.spinne.com/x/games/xpipeman/
MAINTAINER= root@garbled.net
WRKSRC= ${WRKDIR}/xpipeman
USE_IMAKE= yes
do-install:
${INSTALL} -o bin -g games -m 2755 ${WRKSRC}/xpipeman \
${X11BASE}/bin/xpipeman
${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${X11BASE}/man/man6/xpipeman.6
${INSTALL} -d -o bin -g games -m 0775 ${X11BASE}/share/xpipeman
${INSTALL} -o bin -g games -m 0664 ${WRKSRC}/xpipescores \
${X11BASE}/share/xpipeman
.include "../../mk/bsd.pkg.mk"

1
games/xpipeman/files/md5 Normal file
View file

@ -0,0 +1 @@
MD5 (xpipeman-1.5.tar.gz) = 07f139a2e1431b9d9af57e15b010a9e8

View file

@ -0,0 +1,23 @@
--- /dev/null Fri Jul 31 15:19:37 1998
+++ xpipescores Sat Aug 1 01:10:55 1998
@@ -0,0 +1,20 @@
+ 120 root 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

View file

@ -0,0 +1,10 @@
--- Imakefile.orig Sat Aug 1 01:16:57 1998
+++ Imakefile Sat Aug 1 01:19:02 1998
@@ -1,5 +1,5 @@
- SCORE_FILE = -DSCORE_FILE=\"/usr/games/lib/xpipescores\"
+ SCORE_FILE = -DSCORE_FILE=\"$(X11BASE)/share/xpipeman/xpipescores\"
MAXSCORES = -DMAXSCORES=20
- DEFINES = $(SCORE_FILE) $(MAXSCORES) -DSYSV
+ DEFINES = $(SCORE_FILE) $(MAXSCORES)

View file

@ -0,0 +1 @@
connect the pipes to contain the water flow game for X11.

4
games/xpipeman/pkg/DESCR Normal file
View file

@ -0,0 +1,4 @@
Xpipeman is a game of skill requiring the user to connect together pieces
of a pipe to allow a liquid to flow through without leaking out. The
liquid flows out of the block marked with an "S". The aim of the game is
to connect as many pieces of pipe to the start block as possible.

6
games/xpipeman/pkg/PLIST Normal file
View file

@ -0,0 +1,6 @@
@comment $NetBSD: PLIST,v 1.1 1998/08/01 14:52:45 frueauf Exp $
bin/xpipeman
man/man6/xpipeman.6
share/xpipeman/xpipescores
@unexec rm -f %D/share/xpipeman/xpipescores
@dirrm share/xpipeman