diff options
author | tg <tg@FreeBSD.org> | 1998-03-13 09:32:01 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-13 09:32:01 +0000 |
commit | 73c1b687e8be4ebc6dc9ddbd1eb12979c8ff34e3 (patch) | |
tree | 79764d3d1e56bbd3aa07fdfec9d3b74171d61e34 /games/xquarto | |
parent | db7a8529805579f63b929a362a730a9764901154 (diff) | |
download | FreeBSD-ports-73c1b687e8be4ebc6dc9ddbd1eb12979c8ff34e3.zip FreeBSD-ports-73c1b687e8be4ebc6dc9ddbd1eb12979c8ff34e3.tar.gz |
Import xquarto port. xquarto is a tricky board game.
PR: 5958
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xquarto')
-rw-r--r-- | games/xquarto/Makefile | 24 | ||||
-rw-r--r-- | games/xquarto/distinfo | 1 | ||||
-rw-r--r-- | games/xquarto/pkg-comment | 1 | ||||
-rw-r--r-- | games/xquarto/pkg-descr | 18 | ||||
-rw-r--r-- | games/xquarto/pkg-plist | 2 |
5 files changed, 46 insertions, 0 deletions
diff --git a/games/xquarto/Makefile b/games/xquarto/Makefile new file mode 100644 index 0000000..25daab1 --- /dev/null +++ b/games/xquarto/Makefile @@ -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> diff --git a/games/xquarto/distinfo b/games/xquarto/distinfo new file mode 100644 index 0000000..81b605c --- /dev/null +++ b/games/xquarto/distinfo @@ -0,0 +1 @@ +MD5 (xquarto-1.0.tar.gz) = 48be329c41f8eb692836267476f63ac7 diff --git a/games/xquarto/pkg-comment b/games/xquarto/pkg-comment new file mode 100644 index 0000000..3332280 --- /dev/null +++ b/games/xquarto/pkg-comment @@ -0,0 +1 @@ +X version of simple but tricky board game. diff --git a/games/xquarto/pkg-descr b/games/xquarto/pkg-descr new file mode 100644 index 0000000..0c5878e --- /dev/null +++ b/games/xquarto/pkg-descr @@ -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! diff --git a/games/xquarto/pkg-plist b/games/xquarto/pkg-plist new file mode 100644 index 0000000..e01484d --- /dev/null +++ b/games/xquarto/pkg-plist @@ -0,0 +1,2 @@ +bin/xquarto +man/man6/xquarto.6.gz |