1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Import xquarto port. xquarto is a tricky board game.

PR:		5958
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
Thomas Gellekum 1998-03-13 09:32:01 +00:00
parent 914f8c6c7a
commit 1d54d5ca93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10130
5 changed files with 46 additions and 0 deletions

24
games/xquarto/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: xquarto
# Version required: 1.0
# Date created: 9 March 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= xquarto-1.0
CATEGORIES= games x11
MASTER_SITES= http://www.math.kth.se/~mjo/games/xquarto/
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
MAN6= xquarto.6
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/src/xquarto ${PREFIX}/bin
@ ${INSTALL_DATA} ${WRKSRC}/src/xquarto.man ${PREFIX}/man/man6/xquarto.6
.include <bsd.port.mk>

1
games/xquarto/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xquarto-1.0.tar.gz) = 48be329c41f8eb692836267476f63ac7

View File

@ -0,0 +1 @@
X version of simple but tricky board game.

18
games/xquarto/pkg-descr Normal file
View File

@ -0,0 +1,18 @@
Xquarto is a board game designed for the X windows environment.
The game is a two-player game, although for the moment, it is only
possible to play against the computer. The board is composed of
4x4 squares and 16 pieces. Each piece has four properties: black
or brown, horizontal or vertical, solid or hollow, round or
square. This makes up 16 possible combinations and there is
exactly one piece for each possibility.
Initially the board is empty. Now the two players try to place
out pieces in a way that the opponent has to complete a row,
column or diagonal with a common property (e.g. all black). This
makes the opponent lose. The players do not choose what piece to
put but it is rather player 1 who gives a piece to player 2, who
then has to place this piece somewhere and choose a piece for
player 1 to put somewhere etc.
Any suggestions, bug reports, complaints etc. should be sent to
mjo@math.kth.se. Feedback is appreciated!

2
games/xquarto/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/xquarto
man/man6/xquarto.6.gz