freebsd-ports/games/searchandrescue-data/Makefile
Max Brazhnikov e14a8ac90d Add new port games/searchandrescue-data:
This port contains the data files the SearchAndRescue flight simulator needs.

WWW:	http://searchandrescue.sourceforge.net/

PR:		based on ports/148291
Submitted by:	Jesse Smith <jessefrgsmith at yahoo.ca>
2010-07-22 21:17:14 +00:00

27 lines
611 B
Makefile

# New ports collection makefile for: SearchAndRescue-data
# Date created: 10 June 2010
# Whom: Jesse Smith <jessefrgsmith@yahoo.ca>
#
# $FreeBSD$
#
PORTNAME= SearchAndRescue
PORTVERSION= 1.0.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>