mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
XT gyoretsu - extended ncurses version of "Renshu-cho gyoretsu"
Goal of the game is to clear entire field by matching pairs of neighbouring (adjacent or on the same line/column without any other numbers in between) numbers, which must be either equal, or their sum must be equal to strike out sum. WWW: https://github.com/Penguinum/xtgyoretsu-forked/ WWW: http://saahriktu.org/games.html
This commit is contained in:
parent
96392494fc
commit
2bcf302d77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365692
@ -1142,6 +1142,7 @@
|
||||
SUBDIR += xspringies
|
||||
SUBDIR += xteddy
|
||||
SUBDIR += xtet42
|
||||
SUBDIR += xtgyoretsu
|
||||
SUBDIR += xtic
|
||||
SUBDIR += xtriangles
|
||||
SUBDIR += xtris
|
||||
|
31
games/xtgyoretsu/Makefile
Normal file
31
games/xtgyoretsu/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xtgyoretsu
|
||||
PORTVERSION= git20140822
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Extended ncurses version of "Renshu-cho gyoretsu"
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Penguinum
|
||||
GH_PROJECT= ${PORTNAME}-forked
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= d052143
|
||||
|
||||
USES= ncurses
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Readme ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/xtgyoretsu/distinfo
Normal file
2
games/xtgyoretsu/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (xtgyoretsu-git20140822.tar.gz) = 2d01e15d8d0188b46a80bce008409f2525b4e82b38d64f338d1d355fa9544a9f
|
||||
SIZE (xtgyoretsu-git20140822.tar.gz) = 15794
|
9
games/xtgyoretsu/pkg-descr
Normal file
9
games/xtgyoretsu/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
XT gyoretsu - extended ncurses version of "Renshu-cho gyoretsu"
|
||||
|
||||
Goal of the game is to clear entire field by matching pairs of
|
||||
neighbouring (adjacent or on the same line/column without any other
|
||||
numbers in between) numbers, which must be either equal, or their
|
||||
sum must be equal to strike out sum.
|
||||
|
||||
WWW: https://github.com/Penguinum/xtgyoretsu-forked/
|
||||
WWW: http://saahriktu.org/games.html
|
Loading…
Reference in New Issue
Block a user