Tyrian game data files, released as freeware, to be used with
opentyrian. WWW: https://bitbucket.org/opentyrian/opentyrian/wiki/Home
This commit is contained in:
parent
3329e97bd9
commit
8f5c094317
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422428
4 changed files with 41 additions and 0 deletions
|
@ -991,6 +991,7 @@
|
|||
SUBDIR += twitch
|
||||
SUBDIR += tycho
|
||||
SUBDIR += typespeed
|
||||
SUBDIR += tyrian-data
|
||||
SUBDIR += ufoai
|
||||
SUBDIR += ufoai-data
|
||||
SUBDIR += uhexen
|
||||
|
|
33
games/tyrian-data/Makefile
Normal file
33
games/tyrian-data/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tyrian-data
|
||||
PORTVERSION= 21
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.camanis.net/tyrian/ \
|
||||
http://sites.google.com/a/camanis.net/opentyrian/tyrian/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
DISTNAME= tyrian${PORTVERSION}
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Data files for opentyrian
|
||||
|
||||
# From opentyrian FAQ:
|
||||
# "Tyrian was, however, released as freeware (under no specific
|
||||
# license) by Jason Emery in August 2004"
|
||||
LICENSE= NONE
|
||||
|
||||
USES= zip
|
||||
|
||||
DATADIR= ${PREFIX}/share/tyrian
|
||||
|
||||
PORTDATA= *
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/tyrian-data/distinfo
Normal file
3
games/tyrian-data/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1474074906
|
||||
SHA256 (tyrian21.zip) = 7790d09a2a3addcd33c66ef063d5900eb81cc9c342f4807eb8356364dd1d9277
|
||||
SIZE (tyrian21.zip) = 4754048
|
4
games/tyrian-data/pkg-descr
Normal file
4
games/tyrian-data/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Tyrian game data files, released as freeware, to be used with
|
||||
opentyrian.
|
||||
|
||||
WWW: https://bitbucket.org/opentyrian/opentyrian/wiki/Home
|
Loading…
Reference in a new issue