aboutsummaryrefslogtreecommitdiffstats
path: root/games/alephone-data/Makefile
blob: f70c8420b83cde797c7eafbb7953c5aa0daf5c71 (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
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= marathon
DISTNAME=   AlephOne-minf-demo

MAINTAINER= malyn@strangeGizmo.com
COMMENT=    Data files for the alephone port

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

USE_X_PREFIX=   yes
NO_BUILD=   yes
NO_CDROM=   Bungie/Microsoft do not allow charging for Marathon data files.

do-install:
    @${MKDIR} ${PREFIX}/share/AlephOne
    @${MKDIR} ${PREFIX}/share/AlephOne/MML
    ${INSTALL_DATA} ${WRKDIR}/Images ${PREFIX}/share/AlephOne/Images
    ${INSTALL_DATA} ${WRKDIR}/MML/Preferences.mml ${PREFIX}/share/AlephOne/MML/Preferences.mml
    ${INSTALL_DATA} ${WRKDIR}/Map ${PREFIX}/share/AlephOne/Map
    ${INSTALL_DATA} ${WRKDIR}/README ${PREFIX}/share/AlephOne/README
    ${INSTALL_DATA} ${WRKDIR}/Shapes ${PREFIX}/share/AlephOne/Shapes
    ${INSTALL_DATA} ${WRKDIR}/Sounds ${PREFIX}/share/AlephOne/Sounds

.include <bsd.port.mk>