Add marathon2-data 1.0,
data files for the alephone port from Marathon 2. PR: 79040 Submitted by: Evan T. Dower <evantd@yahoo.com>
This commit is contained in:
parent
bbdc6fa005
commit
8ead7f6251
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137651
3
LEGAL
3
LEGAL
@ -391,6 +391,9 @@ macopix-*.tar.gz games/macopix Contains commercial character data
|
||||
MarathonEvil-*.tar.gz games/marathon-evil Bungie/Microsoft do not
|
||||
allow charging for Marathon data
|
||||
files
|
||||
marathon2.zip games/marathon2-data Bungie/Microsoft do not
|
||||
allow charging for Marathon data
|
||||
files.
|
||||
mathfonts-4.1/* x11-fonts/mathfonts No redistribution allowed
|
||||
mbrola-freebsd/* audio/mbrola No commercial, military use
|
||||
voices cannot be sold
|
||||
|
@ -298,6 +298,7 @@
|
||||
SUBDIR += maitretarot
|
||||
SUBDIR += mangband
|
||||
SUBDIR += marathon-evil
|
||||
SUBDIR += marathon2-data
|
||||
SUBDIR += marbles
|
||||
SUBDIR += meqcc
|
||||
SUBDIR += merlin
|
||||
|
34
games/marathon2-data/Makefile
Normal file
34
games/marathon2-data/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: marathon2-data
|
||||
# Date created: 19 March 2005
|
||||
# Whom: Evan T. Dower <evantd@yahoo.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= marathon2-data
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://files3.bungie.org/trilogy/
|
||||
DISTNAME= marathon2
|
||||
|
||||
MAINTAINER= evantd@yahoo.com
|
||||
COMMENT= Data files for the alephone port from Marathon 2
|
||||
|
||||
RUN_DEPENDS= alephone:${PORTSDIR}/games/alephone
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
NO_CDROM= Bungie/Microsoft do not allow charging for Marathon data files.
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/AlephOne
|
||||
${INSTALL_DATA} ${WRKDIR}/Images ${PREFIX}/share/AlephOne/Durandal.Images
|
||||
${INSTALL_DATA} ${WRKDIR}/Map ${PREFIX}/share/AlephOne/Durandal.Map
|
||||
${INSTALL_DATA} ${WRKDIR}/Map.resources ${PREFIX}/share/AlephOne/Durandal.Map.resources
|
||||
${INSTALL_DATA} ${WRKDIR}/Music ${PREFIX}/share/AlephOne/Durandal.Music
|
||||
${INSTALL_DATA} ${WRKDIR}/Shapes ${PREFIX}/share/AlephOne/Durandal.Shapes
|
||||
${INSTALL_DATA} ${WRKDIR}/Sounds ${PREFIX}/share/AlephOne/Durandal.Sounds
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/marathon2-data/distinfo
Normal file
2
games/marathon2-data/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (marathon2.zip) = cca9e8f68e8acc6da886073e685f65f1
|
||||
SIZE (marathon2.zip) = 30316515
|
8
games/marathon2-data/pkg-descr
Normal file
8
games/marathon2-data/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This port contains the Marathon 2: Durandal data files, converted to
|
||||
run on Aleph One. The Aleph One application itself is in the
|
||||
`alephone' port.
|
||||
|
||||
Evan T. Dower
|
||||
evantd@yahoo.com
|
||||
|
||||
WWW: http://bighouse.bungie.org/marathon2.html
|
7
games/marathon2-data/pkg-plist
Normal file
7
games/marathon2-data/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
share/AlephOne/Durandal.Images
|
||||
share/AlephOne/Durandal.Map
|
||||
share/AlephOne/Durandal.Map.resources
|
||||
share/AlephOne/Durandal.Music
|
||||
share/AlephOne/Durandal.Shapes
|
||||
share/AlephOne/Durandal.Sounds
|
||||
@dirrm share/AlephOne
|
Loading…
Reference in New Issue
Block a user