aboutsummaryrefslogtreecommitdiffstats
path: root/games/searchandrescue-data/Makefile
blob: d72ee4ea769d5faecc8e056de4bb623ec94d08af (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
# New ports collection makefile for:    SearchAndRescue-data
# Date created:         10 June 2010
# Whom:             Jesse Smith <jessefrgsmith@yahoo.ca>
#
# $FreeBSD$
#

PORTNAME=   SearchAndRescue
PORTVERSION=    1.3.0
CATEGORIES= games
MASTER_SITES=   SF/${PORTNAME:L}/Data_Files/
PKGNAMESUFFIX=  -data
DISTNAME=   ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}

MAINTAINER= jessefrgsmith@yahoo.ca
COMMENT=    The data files for SearchAndRescue flight simulator

NO_BUILD=   yes
NO_WRKSUBDIR=   yes

DATADIR=    ${PREFIX}/share/${PORTNAME:L}

do-install:
    ${MKDIR} ${DATADIR}
    cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR}

.include <bsd.port.mk>