075372439e
games@ team is quite small and inactive, so ports currently assigned to it cannot be assumed as properly maintained. To not cause confusion by making it look otherwise, and also to allow and promote adoption by individual maintainers, release these ports back to the pool. Note that this does not change the fact that games@ team still takes care of these ports to excent of its capabilities. Suggested by: marino
26 lines
592 B
Makefile
26 lines
592 B
Makefile
# Created by: Jesse Smith <jessefrgsmith@yahoo.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SearchAndRescue
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/${PORTNAME:tl}/Data_Files/
|
|
PKGNAMESUFFIX= -data
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The data files for SearchAndRescue flight simulator
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
STAGEDIR= ${WRKDIR}/.stage
|
|
NO_ARCH= yes
|
|
|
|
DATADIR= ${PREFIX}/share/${PORTNAME:tl}
|
|
PORTDATA= *
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|