Add games/nuclearchess
NuclearChess is a chess variant. Whenever a piece is captured, both pieces and all pieces on neighbour fields die. Games are short and fun even for people who usually don't play chess. PR: ports/97944 Submitted by: shaun (me) Approved by: ahze (mentor)
This commit is contained in:
parent
635ffb248f
commit
82357e3da4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166072
5 changed files with 71 additions and 0 deletions
|
@ -461,6 +461,7 @@
|
|||
SUBDIR += noegnud-nethack-deet
|
||||
SUBDIR += noegnud-slashem
|
||||
SUBDIR += nonsense
|
||||
SUBDIR += nuclearchess
|
||||
SUBDIR += nwndata
|
||||
SUBDIR += nwnusers
|
||||
SUBDIR += oilwar
|
||||
|
|
25
games/nuclearchess/Makefile
Normal file
25
games/nuclearchess/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: nuclearchess
|
||||
# Date Created: 2006-05-26
|
||||
# Whom: Shaun Amott <shaun@inerd.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nuclearchess
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://user.cs.tu-berlin.de/~karlb/${PORTNAME}/ \
|
||||
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
|
||||
|
||||
MAINTAINER= shaun@inerd.com
|
||||
COMMENT= A chess variant designed to be short and fun for all players
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_SDL= sdl image
|
||||
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--localstatedir=${DATADIR} \
|
||||
--program-prefix=
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/nuclearchess/distinfo
Normal file
3
games/nuclearchess/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (nuclearchess-0.9.2.tar.gz) = 10d8b2a2890d6aaca1afe2cbc23f002a
|
||||
SHA256 (nuclearchess-0.9.2.tar.gz) = a7d485ccf1b1c88ffb54850265a19a368d3f89daf321332307b3c5f924f15a83
|
||||
SIZE (nuclearchess-0.9.2.tar.gz) = 1355944
|
5
games/nuclearchess/pkg-descr
Normal file
5
games/nuclearchess/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
NuclearChess is a chess variant. Whenever a piece is captured, both
|
||||
pieces and all pieces on neighbour fields die. Games are short and fun
|
||||
even for people who usually don't play chess.
|
||||
|
||||
WWW: http://user.cs.tu-berlin.de/~karlb/nuclearchess/
|
37
games/nuclearchess/pkg-plist
Normal file
37
games/nuclearchess/pkg-plist
Normal file
|
@ -0,0 +1,37 @@
|
|||
bin/nuclearchess
|
||||
%%DATADIR%%/gfx/SmallStone.png
|
||||
%%DATADIR%%/gfx/anim3.png
|
||||
%%DATADIR%%/gfx/bauer.png
|
||||
%%DATADIR%%/gfx/dame.png
|
||||
%%DATADIR%%/gfx/anim1.png
|
||||
%%DATADIR%%/gfx/anim4.png
|
||||
%%DATADIR%%/gfx/turm.png
|
||||
%%DATADIR%%/gfx/StoneFont.png
|
||||
%%DATADIR%%/gfx/anim10.png
|
||||
%%DATADIR%%/gfx/anim5.png
|
||||
%%DATADIR%%/gfx/black.png
|
||||
%%DATADIR%%/gfx/koenig.png
|
||||
%%DATADIR%%/gfx/anim11.png
|
||||
%%DATADIR%%/gfx/anim6.png
|
||||
%%DATADIR%%/gfx/white.png
|
||||
%%DATADIR%%/gfx/anim12.png
|
||||
%%DATADIR%%/gfx/anim7.png
|
||||
%%DATADIR%%/gfx/board.png
|
||||
%%DATADIR%%/gfx/laeufer.png
|
||||
%%DATADIR%%/gfx/wood.png
|
||||
%%DATADIR%%/gfx/anim13.png
|
||||
%%DATADIR%%/gfx/anim8.png
|
||||
%%DATADIR%%/gfx/bomb.png
|
||||
%%DATADIR%%/gfx/anim14.png
|
||||
%%DATADIR%%/gfx/anim9.png
|
||||
%%DATADIR%%/gfx/bombe.png
|
||||
%%DATADIR%%/gfx/anim15.png
|
||||
%%DATADIR%%/gfx/atom-rot.png
|
||||
%%DATADIR%%/gfx/button-light.png
|
||||
%%DATADIR%%/gfx/select.png
|
||||
%%DATADIR%%/gfx/anim2.png
|
||||
%%DATADIR%%/gfx/atom.png
|
||||
%%DATADIR%%/gfx/button.png
|
||||
%%DATADIR%%/gfx/springer.png
|
||||
@dirrm %%DATADIR%%/gfx
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in a new issue