1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/games/alephone-data/Makefile
Volker Stolz 4ced6315e4 update to full version
PR:		ports/79045
Submitted by:	Evan Dower
Approved by:	maintainer timeout
2005-04-08 14:57:42 +00:00

35 lines
822 B
Makefile

# 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= malyn@strangeGizmo.com
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>