mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
4a5c97cd51
The patch applied without incident. Tested on DragonFly poudriere, everything built fine. It include an i386 fix, which is why the previous commit was reverted. The only modification was to change EXTRACT_CMD to TAR in a couple of places. PR: ports/187859 submitted by; maintainer (Dominic Fandrey)
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# Created by: Josh Tolbert
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openarena
|
|
PORTVERSION= ${GAMEVERSION}.s${SVNREVISION}
|
|
PORTREVISION= 0
|
|
PORTEPOCH= 1
|
|
MASTER_SITES= SF/oarena/src \
|
|
http://files.poulsander.com/~poul19/public_files/oa/dev088/
|
|
DISTNAME= ${PORTNAME}-engine-source-0.8.8
|
|
# Master port defines EXTRACT_SUFX unless already defined
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= Quake3 total conversion based on the ioquake3 engine
|
|
|
|
RUN_DEPENDS= ${DATADIR}/${Q3BASE}/pak0.pk3:${PORTSDIR}/games/openarena-data
|
|
|
|
MASTERDIR= ${.CURDIR}/../ioquake3
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
DISTINFO_FILE= ${.CURDIR}/../${PORTNAME}/distinfo
|
|
PATCHDIR= ${.CURDIR}/../${PORTNAME}/files
|
|
PKGMESSAGE= ${.CURDIR}/../${PORTNAME}/pkg-message
|
|
|
|
IOQ3?= CLIENT
|
|
IOQ3ARCH?= ${ARCH}
|
|
# OpenArena doc is too messy to bother
|
|
OPTIONS_EXCLUDE= DOCS
|
|
|
|
GAMEVERSION= 0.8.8
|
|
SVNREVISION= 1910
|
|
Q3ENGINEVER= SVN${SVNREVISION}+${GAMEVERSION}
|
|
Q3TOTALCONV= yes
|
|
Q3CLIENT= openarena
|
|
Q3SERVER= oa_ded
|
|
Q3BASE= baseoa
|
|
Q3DIR= ${DATADIR}
|
|
# No icon included with OpenArena
|
|
Q3ICON=
|
|
|
|
.include "${MASTERDIR}/Makefile"
|