summaryrefslogtreecommitdiff
path: root/games/xquarto
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-03-13 09:32:01 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-03-13 09:32:01 +0000
commit1d54d5ca93f9360b0106f1daf5ae0b748954c66c (patch)
treed099d93e8f36f0280a631fff5f680d5fac4dff63 /games/xquarto
parentMark as broken. (diff)
Import xquarto port. xquarto is a tricky board game.
PR: 5958 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=10130
Diffstat (limited to 'games/xquarto')
-rw-r--r--games/xquarto/Makefile24
-rw-r--r--games/xquarto/distinfo1
-rw-r--r--games/xquarto/pkg-comment1
-rw-r--r--games/xquarto/pkg-descr18
-rw-r--r--games/xquarto/pkg-plist2
5 files changed, 46 insertions, 0 deletions
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 <bsd.port.mk>
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