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:
parent
d3275ee40b
commit
bbe7d892ae
7 changed files with 67 additions and 0 deletions
22
games/xpipeman/Makefile
Normal file
22
games/xpipeman/Makefile
Normal 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
1
games/xpipeman/files/md5
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xpipeman-1.5.tar.gz) = 07f139a2e1431b9d9af57e15b010a9e8
|
23
games/xpipeman/patches/patch-aa
Normal file
23
games/xpipeman/patches/patch-aa
Normal 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
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
||||
+
|
10
games/xpipeman/patches/patch-ab
Normal file
10
games/xpipeman/patches/patch-ab
Normal 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)
|
||||
|
1
games/xpipeman/pkg/COMMENT
Normal file
1
games/xpipeman/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
connect the pipes to contain the water flow game for X11.
|
4
games/xpipeman/pkg/DESCR
Normal file
4
games/xpipeman/pkg/DESCR
Normal 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
6
games/xpipeman/pkg/PLIST
Normal 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
|
Loading…
Reference in a new issue