diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-18 09:10:52 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-18 09:10:52 +0000 |
commit | 0c219122f3b282a2cac5d12d80634ca7eae498dd (patch) | |
tree | 9892e9529b3b4aeee33f06548d629967ecdcb427 /games/xisola | |
parent | Upgrade to 1.52. (diff) |
New port xisola, a simple board game.
PR: 6619
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes:
svn path=/head/; revision=11046
Diffstat (limited to 'games/xisola')
-rw-r--r-- | games/xisola/Makefile | 26 | ||||
-rw-r--r-- | games/xisola/distinfo | 1 | ||||
-rw-r--r-- | games/xisola/files/patch-aa | 11 | ||||
-rw-r--r-- | games/xisola/pkg-comment | 1 | ||||
-rw-r--r-- | games/xisola/pkg-descr | 7 | ||||
-rw-r--r-- | games/xisola/pkg-plist | 3 |
6 files changed, 49 insertions, 0 deletions
diff --git a/games/xisola/Makefile b/games/xisola/Makefile new file mode 100644 index 000000000000..baada8cc0470 --- /dev/null +++ b/games/xisola/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xisola +# Version required: 1.0 +# Date created: 9 May 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= xisola-1.0 +CATEGORIES= games x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games + +MAINTAINER= andy@icc.surw.chel.su + +WRKSRC= ${WRKDIR}/xisola +USE_IMAKE= yes + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/xisola ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/xisola + @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xisola +.endif + +.include <bsd.port.mk> diff --git a/games/xisola/distinfo b/games/xisola/distinfo new file mode 100644 index 000000000000..d5614dad7210 --- /dev/null +++ b/games/xisola/distinfo @@ -0,0 +1 @@ +MD5 (xisola-1.0.tar.gz) = 678f69340ab9239999aec17764323f25 diff --git a/games/xisola/files/patch-aa b/games/xisola/files/patch-aa new file mode 100644 index 000000000000..eb180bcf734f --- /dev/null +++ b/games/xisola/files/patch-aa @@ -0,0 +1,11 @@ +--- Imakefile.orig Wed Mar 31 11:53:11 1993 ++++ Imakefile Mon May 18 11:10:07 1998 +@@ -6,7 +6,7 @@ + + EXTRA_INCLUDES = + +-CDEBUGFLAGS = -g ++XCOMM CDEBUGFLAGS = -g + + EXTRA_LOAD_FLAGS = + diff --git a/games/xisola/pkg-comment b/games/xisola/pkg-comment new file mode 100644 index 000000000000..6f97abaa8c60 --- /dev/null +++ b/games/xisola/pkg-comment @@ -0,0 +1 @@ +Simple board game for X Window System. diff --git a/games/xisola/pkg-descr b/games/xisola/pkg-descr new file mode 100644 index 000000000000..383be64baa71 --- /dev/null +++ b/games/xisola/pkg-descr @@ -0,0 +1,7 @@ +Xisola game follow this simple rule: +Each move consists of two actions: first move your piece to an +adjascent empty field (horizontal, vertical or diagonal, like +the king in Chess), then take away any of the empty fields +Since the number of fields decreases with every move there will +be a point when one player will not have any empty fields left +to move to and he loses. diff --git a/games/xisola/pkg-plist b/games/xisola/pkg-plist new file mode 100644 index 000000000000..331e61c2d2eb --- /dev/null +++ b/games/xisola/pkg-plist @@ -0,0 +1,3 @@ +bin/xisola +share/doc/xisola/README +@dirrm share/doc/xisola |