3b64ffeba3
- games/ioquake3-devel-server added - games/ioquake3-server added - games/iourbanterror-server - games/openarena-server added - update games/ioquake3-devel to svn revision 2244 - update games/openarena to 0.8.8 - update games/openarena-data to 0.8.8 Doing this in single commit since all this ports are tightly interconnected. PR: ports/165842 Submitted by: Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer)
38 lines
862 B
Makefile
38 lines
862 B
Makefile
# New ports collection makefile for: openarena-data
|
|
# Date created: 15 June 2010
|
|
# Whom: Dominic Fandrey
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= data
|
|
PORTVERSION= 0.8.8
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/oarena:data \
|
|
http://openarena.ws/request.php?4\\\#/:data \
|
|
SF/oarena:patch \
|
|
http://openarena.ws/request.php?5\\\#/:patch
|
|
DISTFILES= ${OA_DATA}:data
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= OpenArena game data files
|
|
|
|
WRKSRC= ${WRKDIR}/baseoa
|
|
NO_BUILD= yes
|
|
FETCH_ARGS=
|
|
|
|
OA_DATA= ${PKGNAMEPREFIX}${OA_DATA_VER}.zip
|
|
OA_DATA_VER= 0.8.8
|
|
|
|
.include "../openarena/Makefile.include"
|
|
|
|
do-install:
|
|
${MKDIR} ${DATADIR}
|
|
.for _file in ${DISTFILES:C/:[^:]*//}
|
|
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${_file} \
|
|
${EXTRACT_AFTER_ARGS} -C ${DATADIR} --strip-components 2 \
|
|
${PKGNAMEPREFIX}\?.\?.\?/baseoa/
|
|
.endfor
|
|
|
|
.include <bsd.port.post.mk>
|