aboutsummaryrefslogtreecommitdiff
path: root/games/marathon2-data/Makefile
blob: 0c5c1145f01df12e34ba5a9be9069fb7ab2600e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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
PORTREVISION=	1
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

DEPRECATED=	Installed by games/alephone-data with wrapper script
EXPIRATION_DATE=2007-04-28

RUN_DEPENDS=	alephone:${PORTSDIR}/games/alephone

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>