- 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)
31 lines
645 B
Makefile
31 lines
645 B
Makefile
# New ports collection makefile for: openarena-oax
|
|
# Date created: 21 May 2010
|
|
# Whom: Dominic Fandrey
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= oax
|
|
PORTVERSION= B50
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://files.poulsander.com/~poul19/public_files/eliminationSource/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= OpenArena Mod: OpenArena Xpanded
|
|
|
|
PLIST_SUB+= DISTNAME="${DISTNAME}" \
|
|
PORTNAME="${PORTNAME}"
|
|
|
|
NO_BUILD= yes
|
|
|
|
OABASE= ${DISTNAME}
|
|
|
|
do-install:
|
|
${MKDIR} ${DATADIR}
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR})
|
|
|
|
.include "../openarena/Makefile.include"
|
|
|
|
.include <bsd.port.post.mk>
|