1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Initial import of xataxx version 1.0.

A strategy game of position and movement for the X Window System.

PR:		7642
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
Steve Price 1998-08-24 01:51:30 +00:00
parent 71bb3fb0a9
commit 23c95aba73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12787
7 changed files with 118 additions and 0 deletions

31
games/xataxx/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: xataxx
# Version required: 1.0
# Date created: 4 July 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= xataxx
PKGNAME= xataxx-1.0
CATEGORIES= games x11
MASTER_SITES= ftp://ftp.x.org/R5contrib/
EXTRACT_SUFX= .tar.Z
MAINTAINER= andy@icc.surw.chel.su
USE_IMAKE= yes
MAN6= xataxx.6
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xataxx ${PREFIX}/bin
@ ${INSTALL_DATA} ${WRKSRC}/xataxx.man ${PREFIX}/man/man6/xataxx.6
@ ${MKDIR} ${PREFIX}/share/xataxx
@ ${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/xataxx
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/xataxx
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xataxx
@ ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/xataxx
.endif
.include <bsd.port.mk>

1
games/xataxx/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xataxx.tar.Z) = dac2bba6d75b4f57f959fb524add4a3d

View File

@ -0,0 +1,11 @@
--- Imakefile Tue Oct 29 04:23:52 1991
+++ /home/andy/tmp/wrk/Imakefile Sat Jul 4 21:29:46 1998
@@ -8,7 +8,7 @@
DEPLIBS =
/* DATADIR is where the boards and bitmaps will be installed */
-DATADIR = /afs/andrew.cmu.edu/usr0/games/lib/xataxx
+DATADIR = $(X11BASE)/share/xataxx
LOCAL_LIBRARIES = $(XLIB)
SRCS = bits.c board.c colbits.c demo.c display.c main.c nubot.c parse.c zot.c

View File

@ -0,0 +1,11 @@
--- main.c Sun May 5 06:53:44 1991
+++ /home/andy/tmp/wrk/main.c Sat Jul 4 21:31:38 1998
@@ -160,7 +160,7 @@
int x;
{
int z1, z2, z3, z4, z=0;
- char nn[6];
+ static char nn[6];
z1 = (int) (x)/1000;
z2 = (int) (x)/100-(10*z1);

1
games/xataxx/pkg-comment Normal file
View File

@ -0,0 +1 @@
Strategy game of position and movement for X Window System.

4
games/xataxx/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
XAtaxx is a strategy game based on Ataxx, a popular arcade
video game. It is a game of position and movement. The
object is to have the most pieces of your color on the
board at the end of the game.

59
games/xataxx/pkg-plist Normal file
View File

@ -0,0 +1,59 @@
bin/xataxx
share/doc/xataxx/README
share/doc/xataxx/TODO
share/xataxx/1.xbd
share/xataxx/10.xbd
share/xataxx/11.xbd
share/xataxx/12.xbd
share/xataxx/13.xbd
share/xataxx/14.xbd
share/xataxx/15.xbd
share/xataxx/16.xbd
share/xataxx/17.xbd
share/xataxx/18.xbd
share/xataxx/19.xbd
share/xataxx/2.xbd
share/xataxx/20.xbd
share/xataxx/21.xbd
share/xataxx/22.xbd
share/xataxx/23.xbd
share/xataxx/24.xbd
share/xataxx/25.xbd
share/xataxx/26.xbd
share/xataxx/27.xbd
share/xataxx/28.xbd
share/xataxx/29.xbd
share/xataxx/3.xbd
share/xataxx/30.xbd
share/xataxx/31.xbd
share/xataxx/32.xbd
share/xataxx/33.xbd
share/xataxx/34.xbd
share/xataxx/35.xbd
share/xataxx/4.xbd
share/xataxx/5.xbd
share/xataxx/6.xbd
share/xataxx/7.xbd
share/xataxx/8.xbd
share/xataxx/9.xbd
share/xataxx/boards.num
share/xataxx/clearstone.xbm
share/xataxx/dkblock.xbm
share/xataxx/dksmiley.xbm
share/xataxx/dkstone.xbm
share/xataxx/downcursor.xbm
share/xataxx/downmask.xbm
share/xataxx/ltblock.xbm
share/xataxx/ltsmiley.xbm
share/xataxx/ltstone.xbm
share/xataxx/scowlcurs.xbm
share/xataxx/scowlcursmask.xbm
share/xataxx/smilecurs.xbm
share/xataxx/smilecursmask.xbm
share/xataxx/stone.xbm
share/xataxx/stonemask.xbm
share/xataxx/title.xbm
share/xataxx/upcursor.xbm
share/xataxx/upmask.xbm
@dirrm share/doc/xataxx
@dirrm share/xataxx