blob: 78fe7287c74affe8b202ec22d52446a2abed6389 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# 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
|