Push the frontline with your tanks, support with your helicopters,

and claim strategic buildings with your infantry! Issue orders and
fight for freedom!

Use roads to move the front forward with your armed forces . Break
through the enemy lines and take control of your opponent's bunker
to win the battle.

WWW: https://github.com/w84death/Tanks-of-Freedom/
This commit is contained in:
Dmitry Marakasov 2015-03-03 05:29:34 +00:00
parent d77e65fd82
commit dbc2545d44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380338
4 changed files with 57 additions and 0 deletions

View File

@ -933,6 +933,7 @@
SUBDIR += tali
SUBDIR += tanglet
SUBDIR += tank
SUBDIR += tanks-of-freedom
SUBDIR += tbclock
SUBDIR += tbe
SUBDIR += tecnoballz

View File

@ -0,0 +1,45 @@
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= tanks-of-freedom
PORTVERSION= git20150303
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Indie Turn Based Strategy in Isometric Pixel Art
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= godot:${PORTSDIR}/devel/godot
USE_GITHUB= yes
GH_ACCOUNT= w84death
GH_PROJECT= Tanks-of-Freedom
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= df489ca
DESKTOP_ENTRIES="Tanks of Freedom" \
"" \
"${DATADIR}/icon.png" \
"${PORTNAME}" \
"Game;StrategyGame;" \
""
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= *
PORTDATA= *
OPTIONS_DEFINE= DOCS
do-build:
@${ECHO_CMD} "#!/bin/sh" > ${WRKSRC}/${PORTNAME}
@${ECHO_CMD} "exec ${PREFIX}/bin/godot -path ${DATADIR}" >> ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (tanks-of-freedom-git20150303.tar.gz) = b46e1b9328b49629a3a15c5680e93650490fd9ae37105031715cd518494131a1
SIZE (tanks-of-freedom-git20150303.tar.gz) = 25180240

View File

@ -0,0 +1,9 @@
Push the frontline with your tanks, support with your helicopters,
and claim strategic buildings with your infantry! Issue orders and
fight for freedom!
Use roads to move the front forward with your armed forces. Break
through the enemy lines and take control of your opponent's bunker
to win the battle.
WWW: https://github.com/w84death/Tanks-of-Freedom/