mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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:
parent
4f93fed1c9
commit
1486d6faa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246471
@ -354,6 +354,7 @@
|
||||
SUBDIR += gtktetcolor
|
||||
SUBDIR += gturing
|
||||
SUBDIR += gtypist
|
||||
SUBDIR += gunfudeadlands
|
||||
SUBDIR += gweled
|
||||
SUBDIR += hangman
|
||||
SUBDIR += hattrickorganizer
|
||||
|
40
games/gunfudeadlands/Makefile
Normal file
40
games/gunfudeadlands/Makefile
Normal 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>
|
3
games/gunfudeadlands/distinfo
Normal file
3
games/gunfudeadlands/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (GunFuDeadlands_100_src.zip) = f49a1f959f2e32365b1dc437fbfd00ec
|
||||
SHA256 (GunFuDeadlands_100_src.zip) = f59feef34ac7deb6e0d3be600df8a44e17c305dcf9199531dc8b094b48a02911
|
||||
SIZE (GunFuDeadlands_100_src.zip) = 6189772
|
3
games/gunfudeadlands/files/gunfudeadlands.in
Normal file
3
games/gunfudeadlands/files/gunfudeadlands.in
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec %%LOCALBASE%%/bin/love %%DATADIR%%/GunFuDeadlands.zip "$@"
|
4
games/gunfudeadlands/pkg-descr
Normal file
4
games/gunfudeadlands/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user