547ff04a56
- Add DESKTOP_ENTRIES if the client is installed - Get rid of MD5 distinfo - Backport fix for FreeBSD/i386 with PAE kernel, provided by Nerius Landys games/ioquake3-devel - Update to SVN snapshot 1803, contains a number of fixes including the PAE patch by Nerius Landis - Make the port capable of being a master port games/openarena - Update to the latest source release - Add PAE fix games/openarena-oax - Update to the latest release games/iourbanterror - Abandon urbanterror provided source for ioquake3 source, because the project has announced a switch to a closed source licensing model - Enslave to games/ioquake3-devel - Change versioning scheme to resemble official version numbers - Bump portepoch PR: ports/152637 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
34 lines
790 B
Makefile
34 lines
790 B
Makefile
# New ports collection makefile for: openarena
|
|
# Date created: 2007-08-01
|
|
# Whom: Josh Tolbert <hemi@puresimplicity.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openarena
|
|
PORTVERSION= 0.8.5
|
|
DISTVERSION= 1.36_SVN1788+${PORTVERSION}
|
|
PORTREVISION= 1
|
|
MASTER_SITES= http://files.poulsander.com/~poul19/public_files/oa/dev081/
|
|
DISTNAME= ${PORTNAME}-engine-source-0.8.x-18
|
|
|
|
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
|
|
|
|
Q3TOTALCONV= yes
|
|
Q3CLIENT= openarena
|
|
Q3SERVER= oa_ded
|
|
Q3TOOLS=
|
|
Q3BASE= baseoa
|
|
Q3DIR= ${DATADIR}
|
|
# No icon included with OpenArena
|
|
Q3ICON=
|
|
|
|
.include "../ioquake3/Makefile"
|