mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
2a773c0614
- 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)
51 lines
1.1 KiB
Makefile
51 lines
1.1 KiB
Makefile
# New ports collection makefile for: ioquake3
|
|
# Date created: 3 Jun 2006
|
|
# Whom: alepulver
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iourbanterror
|
|
PORTVERSION= ${GAMEVERSION}.s${SVNREVISION}
|
|
DISTVERSION= 1.36_SVN${SVNREVISION}+${GAMEVERSION}
|
|
PORTEPOCH= 1
|
|
CATEGORIES= games
|
|
DISTNAME= ioquake3-devel-1.36_SVN${SVNREVISION}
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= Quake 3 engine modified for Urban Terror (based on ioquake3)
|
|
|
|
RUN_DEPENDS= ${Q3DIR}/q3ut4:${PORTSDIR}/games/urbanterror-data
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
# The docs belong to ioquake3
|
|
NOPORTDOCS= yes
|
|
GAMEVERSION= 4.1.1
|
|
Q3TOTALCONV= yes
|
|
Q3DIR= ${PREFIX}/share/quake3
|
|
Q3ICON= ${PREFIX}/share/quake3/q3ut4/q3ut.ico
|
|
Q3CLIENT= ioUrbanTerror
|
|
Q3SERVER= ioUrTded
|
|
Q3TOOLS=
|
|
Q3BASE= q3ut4
|
|
BINSUFFIX=
|
|
HOMEPATH= /.ioUrbanTerror
|
|
|
|
MAKE_ARGS+= BUILD_MISSIONPACK=0 \
|
|
BUILD_STANDALONE=1
|
|
|
|
UTPATCHES!= echo ${.CURDIR}/files/*
|
|
|
|
post-patch:
|
|
.for _file in ${UTPATCHES}
|
|
@${PATCH} -sd "${WRKSRC}" < ${_file}
|
|
.endfor
|
|
@${REINPLACE_CMD} \
|
|
-e 's/ioquake3/${Q3CLIENT}/g' \
|
|
-e 's/ioq3ded/${Q3SERVER}/g' \
|
|
-e 's/baseq3/${Q3BASE}/g' \
|
|
"${WRKSRC}/Makefile"
|
|
|
|
.include "../ioquake3-devel/Makefile"
|