aboutsummaryrefslogtreecommitdiffstats
path: root/games/quake-source/Makefile.include
blob: 7c7a36512e0a4f5c118d5bb2a63d6f30675f5db6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Makefile for dependency to quake-source.

PREFIX=     ${LOCALBASE}

Q1SRCDIR=   ${PREFIX}/share/quake-source

.if ${PORTNAME} == "source"
DATADIR=    ${Q1SRCDIR}
.else
RUN_DEPENDS+=   ${Q1SRCDIR}/v101qc/progs.src:${PORTSDIR}/games/quake-source
.endif