Quake and QuakeWorld sources. This port installs the Quake (and optionally QuakeWorld) game sources (in QuakeC) to allow the development of Quake mods. Note that to compile it you need a QuakeC compiler (there are many in ports). PR: ports/86167 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
11 lines
243 B
Text
11 lines
243 B
Text
# 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
|