mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
10 lines
210 B
Makefile
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
|