24 lines
535 B
Makefile
24 lines
535 B
Makefile
# Created by: 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}
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${MKDIR} ${DATADIR}
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|