1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

- new option USE_GNUSTEP_LOCAL_TOOLS

This commit is contained in:
Dirk Meyer 2006-11-16 14:57:47 +00:00
parent 3e52c860c7
commit a5043a677c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177387

View File

@ -81,6 +81,9 @@
# USE_GNUSTEP_LOCAL_APPS+= Ink:misc/gnustep-examples
# depends on Application installed in Local directrory at runtime
#
# USE_GNUSTEP_LOCAL_TOOLS+= zillion:net/zillion
# depends on Tool installed in Local directrory at runtime
#
# ---------------------------------------------------------------------------
.if !defined(_POSTMKINCLUDED)
@ -295,6 +298,15 @@ RUN_DEPENDS+= ${GNUSTEP_PREFIX}/Local/Applications/${_GNUSTEP_DEP:C/:.*//}.app/$
.endfor
.endif
# ---------------------------------------------------------------------------
# source local tools
#
.if defined(USE_GNUSTEP_LOCAL_TOOLS)
.for _GNUSTEP_DEP in ${USE_GNUSTEP_LOCAL_TOOLS}
RUN_DEPENDS+= ${GNUSTEP_PREFIX}/Local/Tools/${_GNUSTEP_DEP:C/:.*//}:${PORTSDIR}/${_GNUSTEP_DEP:C/.*://}
.endfor
.endif
# ---------------------------------------------------------------------------
# source GNUstep.sh
#