diff options
Diffstat (limited to 'games/openarena-oax')
-rw-r--r-- | games/openarena-oax/Makefile | 33 | ||||
-rw-r--r-- | games/openarena-oax/distinfo | 3 | ||||
-rw-r--r-- | games/openarena-oax/pkg-descr | 8 | ||||
-rw-r--r-- | games/openarena-oax/pkg-plist | 4 |
4 files changed, 48 insertions, 0 deletions
diff --git a/games/openarena-oax/Makefile b/games/openarena-oax/Makefile new file mode 100644 index 000000000000..f7282f54a278 --- /dev/null +++ b/games/openarena-oax/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: openarena-oax +# Date created: 21 May 2010 +# Whom: Dominic Fandrey +# +# $FreeBSD$ +# + +PORTNAME= oax +PORTVERSION= B45 +CATEGORIES= games +MASTER_SITES= http://files.poulsander.com/~poul19/public_files/eliminationSource/ +DISTNAME= ${PORTNAME}${PORTVERSION} +EXTRACT_SUFX= .zip +EXTRACT_ONLY= + +MAINTAINER= kamikaze@bsdforen.de +COMMENT= OpenArena Mod: OpenArena Xpanded + +USE_ZIP= yes + +PLIST_SUB+= DISTNAME="${DISTNAME}" \ + PORTNAME="${PORTNAME}" + +NO_BUILD= yes + +OABASE= ${DISTNAME} + +do-install: + @${MKDIR} ${DATADIR} + @${UNZIP_CMD} ${DISTDIR}/${DISTFILES} -d ${OADIR} + @${CHMOD} -R o-w ${DATADIR} + +.include "../openarena/Makefile.include" diff --git a/games/openarena-oax/distinfo b/games/openarena-oax/distinfo new file mode 100644 index 000000000000..ad5798090284 --- /dev/null +++ b/games/openarena-oax/distinfo @@ -0,0 +1,3 @@ +MD5 (oaxB45.zip) = 395b29a38184100cea7dc3206979770f +SHA256 (oaxB45.zip) = 43f21a45329b549b5a0a967269e50cf89803b5e084598d7fbef726fa63e0aa14 +SIZE (oaxB45.zip) = 465245 diff --git a/games/openarena-oax/pkg-descr b/games/openarena-oax/pkg-descr new file mode 100644 index 000000000000..12127d455c04 --- /dev/null +++ b/games/openarena-oax/pkg-descr @@ -0,0 +1,8 @@ +OpenArena Expanded is the development version of OpenArena. Its purpose is both +to create improve the basic OpenArena gameplay but also to create a good +starting point for any OpenArena or Quake III:Arena mods. + +It does not include engine or platform specific code. The source code is +GPL v2 or later but some of the tools are not. + +WWW: http://code.google.com/p/oax/ diff --git a/games/openarena-oax/pkg-plist b/games/openarena-oax/pkg-plist new file mode 100644 index 000000000000..42c1951b0adb --- /dev/null +++ b/games/openarena-oax/pkg-plist @@ -0,0 +1,4 @@ +%%DATADIR%%/%%PORTNAME%%.pk3 +%%DATADIR%%/readme.txt +@dirrm %%DATADIR%% +@dirrmtry %%OADIR%% |