freebsd-ports/games/openarena/Makefile
Dennis Herrmann 2a773c0614 games/quake3-data
- Make Q3DIR in Makefile.include PREFIX safe, broke urbanterror-data port test

games/ioquake3-devel
- Update to SVN r1936, includes bug fixes and security enhancements

games/urbanterror-data
- Update from 4.1 to 4.1.1
- Unfortunately currently only 1 working mirror
- Avoid "Q3DIR!=make -V"

games/iourbanterror
- Add SVN release information to PORTVERSION
- Use r1936 engine sources

games/openarena
- Update to SVN r1910 based engine sources

games/openarena-oax
- Update from B47 to B48 release

PR:		ports/155716
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2011-03-20 21:43:39 +00:00

36 lines
859 B
Makefile

# New ports collection makefile for: openarena
# Date created: 2007-08-01
# Whom: Josh Tolbert <hemi@puresimplicity.net>
#
# $FreeBSD$
#
PORTNAME= openarena
PORTVERSION= ${GAMEVERSION}.s${SVNREVISION}
DISTVERSION= 1.36_SVN${SVNREVISION}+${GAMEVERSION}
PORTEPOCH= 1
MASTER_SITES= http://files.poulsander.com/~poul19/public_files/oa/dev081/
DISTNAME= ${PORTNAME}-engine-source-0.8.x-20
MAINTAINER= kamikaze@bsdforen.de
COMMENT= Quake3 total conversion based on the ioquake3 engine
RUN_DEPENDS= ${DATADIR}/${Q3BASE}/pak0.pk3:${PORTSDIR}/games/openarena-data
USE_BZIP2= yes
USE_ZIP= no
# OpenArena doc is too messy to bother
NOPORTDOCS= yes
GAMEVERSION= 0.8.5
SVNREVISION= 1910
Q3TOTALCONV= yes
Q3CLIENT= openarena
Q3SERVER= oa_ded
Q3TOOLS=
Q3BASE= baseoa
Q3DIR= ${DATADIR}
# No icon included with OpenArena
Q3ICON=
.include "../ioquake3/Makefile"