svn commit: r380338 - in head/games: . tanks-of-freedom

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 3 05:29:36 UTC 2015


Author: amdmi3
Date: Tue Mar  3 05:29:34 2015
New Revision: 380338
URL: https://svnweb.freebsd.org/changeset/ports/380338
QAT: https://qat.redports.org/buildarchive/r380338/

Log:
  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/

Added:
  head/games/tanks-of-freedom/
  head/games/tanks-of-freedom/Makefile   (contents, props changed)
  head/games/tanks-of-freedom/distinfo   (contents, props changed)
  head/games/tanks-of-freedom/pkg-descr   (contents, props changed)
Modified:
  head/games/Makefile

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Tue Mar  3 05:04:48 2015	(r380337)
+++ head/games/Makefile	Tue Mar  3 05:29:34 2015	(r380338)
@@ -933,6 +933,7 @@
     SUBDIR += tali
     SUBDIR += tanglet
     SUBDIR += tank
+    SUBDIR += tanks-of-freedom
     SUBDIR += tbclock
     SUBDIR += tbe
     SUBDIR += tecnoballz

Added: head/games/tanks-of-freedom/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/tanks-of-freedom/Makefile	Tue Mar  3 05:29:34 2015	(r380338)
@@ -0,0 +1,45 @@
+# Created by: Dmitry Marakasov <amdmi3 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tanks-of-freedom
+PORTVERSION=	git20150303
+CATEGORIES=	games
+
+MAINTAINER=	amdmi3 at 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>

Added: head/games/tanks-of-freedom/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/tanks-of-freedom/distinfo	Tue Mar  3 05:29:34 2015	(r380338)
@@ -0,0 +1,2 @@
+SHA256 (tanks-of-freedom-git20150303.tar.gz) = b46e1b9328b49629a3a15c5680e93650490fd9ae37105031715cd518494131a1
+SIZE (tanks-of-freedom-git20150303.tar.gz) = 25180240

Added: head/games/tanks-of-freedom/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/tanks-of-freedom/pkg-descr	Tue Mar  3 05:29:34 2015	(r380338)
@@ -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/


More information about the svn-ports-head mailing list