summaryrefslogtreecommitdiff
path: root/games/xvier/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2003-02-17 14:59:31 +0000
committerzuntum <zuntum>2003-02-17 14:59:31 +0000
commit2d2821f0f3eacd7db29362b3e143149b6a0746a8 (patch)
treefc857a2255d9fb89aa7bafd06ae4c99dc92c97e1 /games/xvier/Makefile
parent4528177dc717c77ba6cbae74b128e7b0dd8a9f0e (diff)
downloadpkgsrc-2d2821f0f3eacd7db29362b3e143149b6a0746a8.tar.gz
Initial import of games/xvier (version 1.0)
xvier is a (not) simple game where you and the computer alternately throw stones into free columns. The stones pile up in the columns, and the goal is to get four stones in a row, column, or diagonally. The default grid is 7 columns by 6 rows. It can be sized from 4x4 to 13x13. It has 10 levels of difficulty. Provided by Jeremy C. Reed in PR#19100
Diffstat (limited to 'games/xvier/Makefile')
-rw-r--r--games/xvier/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/xvier/Makefile b/games/xvier/Makefile
new file mode 100644
index 00000000000..46f8bdd9e0f
--- /dev/null
+++ b/games/xvier/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/17 14:59:31 zuntum Exp $
+
+DISTNAME= xvier
+PKGNAME= xvier-1.0
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/strategy/}
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= four-in-a-row game
+
+USE_IMAKE= YES
+WRKSRC= ${WRKDIR}/${PKGNAME}
+
+.include "../../mk/bsd.pkg.mk"