mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
17 lines
485 B
Makefile
17 lines
485 B
Makefile
# Makefile for defining variables used by other Doom related ports.
|
|
|
|
DMPKGNAMEPREFIX?= doom-
|
|
DMDIR?= ${LOCALBASE}/share/doom
|
|
|
|
.if defined(PKGNAMEPREFIX) && ${PKGNAMEPREFIX} == ${DMPKGNAMEPREFIX} && defined(OPTIONSMKINCLUDED)
|
|
. error include before <bsd.port.options.mk> if using DMPKGNAMEPREFIX
|
|
.endif
|
|
|
|
MAKE_ENV+= DMDIR="${DMDIR}"
|
|
PLIST_SUB+= DMDIR="${DMDIR:S/${LOCALBASE}\///}"
|
|
SUB_LIST+= DMDIR="${DMDIR}"
|
|
|
|
.if ${PORTNAME} != "data"
|
|
RUN_DEPENDS+= doom-data>0:games/doom-data
|
|
.endif
|