Deamonic X Labyrinth palyed directly with the mouse pointer.
PR: 5914 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
parent
07ddeeab8f
commit
0a98b8ec95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10158
5 changed files with 44 additions and 0 deletions
28
games/xlaby/Makefile
Normal file
28
games/xlaby/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: xlaby
|
||||
# Version required: 2.0.1
|
||||
# Date created: 3 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= xlaby-2.0.1
|
||||
CATEGORIES= games x11
|
||||
MASTER_SITES= http://www.eleves.ens.fr:8080/home/madore/ \
|
||||
${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= games/strategy
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= andy@icc.surw.chel.su
|
||||
|
||||
USE_IMAKE= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
MAN6= xlaby.6
|
||||
|
||||
do-install:
|
||||
@ ${INSTALL_PROGRAM} ${WRKSRC}/xlaby ${PREFIX}/bin
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/xlaby.man ${PREFIX}/man/man6/xlaby.6
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/xlaby
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xlaby
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/xlaby/distinfo
Normal file
1
games/xlaby/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xlaby-2.0.1.tgz) = ebb05da2f9037cf3804cb0b27d272344
|
1
games/xlaby/pkg-comment
Normal file
1
games/xlaby/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Daemonic X Labyrinth played directly with the mouse pointer
|
10
games/xlaby/pkg-descr
Normal file
10
games/xlaby/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
X Labyrinth is a labyrinth game under X11 that is played
|
||||
directly with the mouse pointer: the walls block the pointer's
|
||||
movement on the screen.
|
||||
|
||||
The goal of the game is to retrieve the four colored squares:
|
||||
to retrieve a square, it is sufficient to move the pointer over
|
||||
it, and it will disappear. However, to make things more
|
||||
infuriating, the squares have to be taken in the following
|
||||
order: red, yellow, green and blue. When the blue square is
|
||||
obtained, the game is won.
|
4
games/xlaby/pkg-plist
Normal file
4
games/xlaby/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/xlaby
|
||||
man/man6/xlaby.6.gz
|
||||
share/doc/xlaby/COPYING
|
||||
@dirrm share/doc/xlaby
|
Loading…
Reference in a new issue