mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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
|