aboutsummaryrefslogtreecommitdiffstats
path: root/games/quake3-data/Makefile.include
blob: a7f196158479ebca154a520c6ad05ca2e383a653 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Makefile for defining variables used by other Quake3 related ports.  See
# `games/quake2-data/Makefile.include' for extensive description and usage.

Q3PKGNAMEPREFIX?=   quake3-
Q3DIR?=     ${LOCALBASE}/share/quake3

.if defined(PKGNAMEPREFIX) && ${PKGNAMEPREFIX} == ${Q3PKGNAMEPREFIX} && defined(OPTIONSMKINCLUDED)
.  error include before <bsd.port.options.mk> if using Q3PKGNAMEPREFIX
.endif

MAKE_ENV+=  Q3DIR="${Q3DIR}"
PLIST_SUB+= Q3DIR="${Q3DIR:S/${LOCALBASE}\///}"
SUB_LIST+=  Q3DIR="${Q3DIR}"

.if ${PORTNAME} != "data"
RUN_DEPENDS+=   ${Q3DIR}/baseq3/pak1.pk3:${PORTSDIR}/games/quake3-data
.endif

# When extracting ZIP archives, ask it to convert text files to Unix style
.if defined(USE_ZIP)
EXTRACT_BEFORE_ARGS=    -aqo
.endif