1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/games/quake-source/Makefile.include
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

10 lines
210 B
Makefile

# Makefile for dependency on quake-source
Q1SRCDIR= ${LOCALBASE}/share/quake-source
.if ${PORTNAME} == "source"
DATADIR= ${Q1SRCDIR}
.else
RUN_DEPENDS+= ${Q1SRCDIR}/v101qc/progs.src:games/quake-source
.endif