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