GunFu Deadlands is a Far West themed 2D action shooter featuring

bullet time a la Max Payne and the Matrix movies.

WWW: http://gunfudeadlands.sourceforge.net/
This commit is contained in:
Dmitry Marakasov 2009-12-22 23:38:29 +00:00
parent 4f93fed1c9
commit 1486d6faa2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246471
5 changed files with 51 additions and 0 deletions

View File

@ -354,6 +354,7 @@
SUBDIR += gtktetcolor SUBDIR += gtktetcolor
SUBDIR += gturing SUBDIR += gturing
SUBDIR += gtypist SUBDIR += gtypist
SUBDIR += gunfudeadlands
SUBDIR += gweled SUBDIR += gweled
SUBDIR += hangman SUBDIR += hangman
SUBDIR += hattrickorganizer SUBDIR += hattrickorganizer

View File

@ -0,0 +1,40 @@
# New ports collection makefile for: gunfudeadlands
# Date created: 21 Dec 2009
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gunfudeadlands
PORTVERSION= 1.00
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/GunFu%20Deadlands%20${PORTVERSION}/
DISTNAME= GunFuDeadlands_${PORTVERSION:C/\.//}_src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Far West themed 2D shooter featuring bullet time
RUN_DEPENDS= love:${PORTSDIR}/games/love
USE_ZIP= yes
NO_BUILD= yes
SUB_FILES= gunfudeadlands
PLIST_FILES= bin/gunfudeadlands \
%%DATADIR%%/GunFuDeadlands.zip
PLIST_DIRS= %%DATADIR%%
PORTDOCS= *
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
${DATADIR}/GunFuDeadlands.zip
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/readme.txt ${DOCSDIR}/
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (GunFuDeadlands_100_src.zip) = f49a1f959f2e32365b1dc437fbfd00ec
SHA256 (GunFuDeadlands_100_src.zip) = f59feef34ac7deb6e0d3be600df8a44e17c305dcf9199531dc8b094b48a02911
SIZE (GunFuDeadlands_100_src.zip) = 6189772

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec %%LOCALBASE%%/bin/love %%DATADIR%%/GunFuDeadlands.zip "$@"

View File

@ -0,0 +1,4 @@
GunFu Deadlands is a Far West themed 2D action shooter featuring
bullet time a la Max Payne and the Matrix movies.
WWW: http://gunfudeadlands.sourceforge.net/