mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Import of xcogitate, a logic game for X11. This port is currently
BROKEN, until the distfile is present in MASTER_SITE_LOCAL. PR: 6041 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
parent
4e0401bb4f
commit
088052c51a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10707
31
games/xcogitate/Makefile
Normal file
31
games/xcogitate/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: xcogitate
|
||||
# Version required: 1.02
|
||||
# Date created: 15 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= xcogs
|
||||
PKGNAME= xcogitate-1.02
|
||||
CATEGORIES= games x11
|
||||
# Fetch truncates the file when retrieved from...
|
||||
# MASTER_SITES= http://www.pff-software.demon.nl/archive/
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
|
||||
MAINTAINER= andy@icc.surw.chel.su
|
||||
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
|
||||
BROKEN= Waiting for distfile to be moved to MASTER_SITE_LOCAL
|
||||
|
||||
USE_X11= yes
|
||||
WRKSRC= ${WRKDIR}/XCOGITATE_SOURCE
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${CC} ${CFLAGS} -I${X11BASE}/include -o xcogitate xcogitate.c -L${X11BASE}/lib -lX11 -lXpm
|
||||
|
||||
do-install:
|
||||
@ ${INSTALL_PROGRAM} ${WRKSRC}/xcogitate ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/xcogitate/distinfo
Normal file
1
games/xcogitate/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xcogs.tar.gz) = 3bcaadeca502576b23b32910ea92b1c3
|
1
games/xcogitate/pkg-comment
Normal file
1
games/xcogitate/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A logic game with board and stones.
|
20
games/xcogitate/pkg-descr
Normal file
20
games/xcogitate/pkg-descr
Normal file
@ -0,0 +1,20 @@
|
||||
The game is played with 72 stones. There are 36 different stones,
|
||||
each occuring twice. The stones are shuffled in a pouch. The player
|
||||
takes an arbitrary stone from the pouch and must put it on the board
|
||||
somewhere.
|
||||
|
||||
The following rules must be followed:
|
||||
|
||||
1. The stone must touch at least one other stone.
|
||||
|
||||
2. If the stone touches only 1 other stone, the colours or symbols
|
||||
must be the same.
|
||||
|
||||
3. If the stone touches 2 other stones, it must have the same
|
||||
colour as one of them, and the same symbol as the other.
|
||||
|
||||
4. If the stone touches 3 other stones, it must have the same
|
||||
colour as one of them, and the same symbol as the other 2, and
|
||||
vice versa.
|
||||
|
||||
The object of the game is to place all 72 stones on the board.
|
1
games/xcogitate/pkg-plist
Normal file
1
games/xcogitate/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/xcogitate
|
Loading…
Reference in New Issue
Block a user