mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
3bb3984ab1
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>
12 lines
243 B
Makefile
12 lines
243 B
Makefile
# 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
|