From 1d54d5ca93f9360b0106f1daf5ae0b748954c66c Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 13 Mar 1998 09:32:01 +0000 Subject: Import xquarto port. xquarto is a tricky board game. PR: 5958 Submitted by: Andrey Zakhvatov --- games/xquarto/Makefile | 24 ++++++++++++++++++++++++ games/xquarto/distinfo | 1 + games/xquarto/pkg-comment | 1 + games/xquarto/pkg-descr | 18 ++++++++++++++++++ games/xquarto/pkg-plist | 2 ++ 5 files changed, 46 insertions(+) create mode 100644 games/xquarto/Makefile create mode 100644 games/xquarto/distinfo create mode 100644 games/xquarto/pkg-comment create mode 100644 games/xquarto/pkg-descr create mode 100644 games/xquarto/pkg-plist diff --git a/games/xquarto/Makefile b/games/xquarto/Makefile new file mode 100644 index 000000000000..25daab19510b --- /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 diff --git a/games/xquarto/distinfo b/games/xquarto/distinfo new file mode 100644 index 000000000000..81b605cdfe4d --- /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 000000000000..3332280a2b8e --- /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 000000000000..0c5878e0e654 --- /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 000000000000..e01484dbd3e1 --- /dev/null +++ b/games/xquarto/pkg-plist @@ -0,0 +1,2 @@ +bin/xquarto +man/man6/xquarto.6.gz -- cgit v1.2.3