1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/games/quake3-excessive/Makefile
Dmitry Marakasov 075372439e - Release ports maintained by games@
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
2014-10-31 16:11:33 +00:00

39 lines
942 B
Makefile

# Created by: Patrick Li <pat@databits.net>
# $FreeBSD$
PORTNAME= excessive
PORTVERSION= 003
CATEGORIES= games
MASTER_SITES= LOCAL/pat
PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}_q3_server_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Quake III Arena Mod: Excessive
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= zip:infozip
NO_BUILD= yes
DATADIR= ${Q3DIR}/${PORTNAME}
PORTDATA= description.txt motd.cfg maplist.cfg vm
PORTDOCS= readme.txt
OPTIONS_DEFINE= DOCS
post-extract:
@${UNZIP_CMD} ${WRKSRC}/description.pk3 -d ${WRKSRC}
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}/vm
.for f in description.txt motd.cfg maplist.cfg
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
.endfor
${INSTALL_DATA} ${WRKSRC}/vm/qagame.qvm ${STAGEDIR}${DATADIR}/vm
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
.include "${.CURDIR}/../quake3-data/Makefile.include"
.include <bsd.port.mk>