blob: 45c0862420141dc79456df4a3b96cd41a78a52f5 (
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
|
# New ports collection makefile for: alephone-data
# Date created: 08 March 2001
# Whom: Michael Alyn Miller <malyn@strangeGizmo.com>
#
# $FreeBSD$
#
PORTNAME= alephone-data
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://files3.bungie.org/trilogy/
DISTNAME= infinity
MAINTAINER= ports@FreeBSD.org
COMMENT= Data files for the alephone port
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.
WRKSRC= ${WRKDIR}/Marathon\ Infinity
DATADIR= ${PREFIX}/share/AlephOne
DATA= Images Map Map.resources Music Shapes Sounds
PLIST_FILES= ${DATA:S+^+share/AlephOne/+}
do-install:
@${MKDIR} ${DATADIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${DATADIR}
.include <bsd.port.mk>
|