15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
47 lines
1.1 KiB
Makefile
47 lines
1.1 KiB
Makefile
# Created by: alepulver
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iourbanterror
|
|
PORTVERSION= ${GAMEVERSION}.${DISTVERSION}
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= games
|
|
DISTNAME= ioquake3-${DISTVERSION}
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= Quake 3 engine modified for Urban Terror (based on ioquake3)
|
|
|
|
RUN_DEPENDS= ${Q3DIR}/q3ut4:${PORTSDIR}/games/urbanterror-data
|
|
|
|
MASTERDIR= ${.CURDIR}/../ioquake3
|
|
|
|
IOQ3?= CLIENT
|
|
|
|
# The docs belong to ioquake3
|
|
OPTIONS_EXCLUDE= DOCS
|
|
GAMEVERSION= 4.2.018
|
|
Q3ENGINEVER= ${DISTVERSION}+${GAMEVERSION}
|
|
Q3TOTALCONV= yes
|
|
Q3DIR= ${PREFIX}/share/quake3
|
|
Q3ICON= ${PREFIX}/share/quake3/q3ut4/q3ut.ico
|
|
Q3CLIENT= ioUrbanTerror
|
|
Q3SERVER= ioUrTded
|
|
Q3BASE= q3ut4
|
|
BINSUFFIX=
|
|
HOMEPATH= /.ioUrbanTerror
|
|
|
|
MAKE_ARGS+= BUILD_MISSIONPACK=0 \
|
|
BUILD_STANDALONE=1
|
|
|
|
post-patch:
|
|
@(cd ${WRKSRC} && \
|
|
for pfile in ${.CURDIR}/../${PORTNAME}/files/patch-*; do \
|
|
${PATCH} < $${pfile}; \
|
|
done)
|
|
@${REINPLACE_CMD} \
|
|
-e 's/ioquake3/${Q3CLIENT}/g' \
|
|
-e 's/ioq3ded/${Q3SERVER}/g' \
|
|
-e 's/baseq3/${Q3BASE}/g' \
|
|
"${WRKSRC}/Makefile"
|
|
|
|
.include "${MASTERDIR}/Makefile"
|