mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Don't duplicate the list of options helpers.
People who come here can read the code, they will be able to understand the variable definition. Sponsored by: Absolight
This commit is contained in:
parent
0203edfb65
commit
679f715601
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421163
@ -133,22 +133,16 @@
|
||||
# ${opt}_VARS_OFF= FOO+=bar When option is disabled, it will append
|
||||
# FOO+= bar
|
||||
#
|
||||
# For each of:
|
||||
# ALL_TARGET BROKEN CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS CONFLICTS_BUILD
|
||||
# CONFLICTS_INSTALL CPPFLAGS CXXFLAGS DESKTOP_ENTRIES DISTFILES EXTRA_PATCHES
|
||||
# EXTRACT_ONLY GH_ACCOUNT GH_PROJECT GH_SUBDIR GH_TAGNAME GH_TUPLE IGNORE INFO
|
||||
# INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES
|
||||
# PLIST_DIRS PLIST_FILES PLIST_SUB PORTDOCS PORTEXAMPLES SUB_FILES SUB_LIST
|
||||
# TEST_TARGET USES,
|
||||
# defining ${opt}_${variable} will add its content to the actual variable when
|
||||
# the option is enabled. Defining ${opt}_${variable}_OFF will add its content
|
||||
# to the actual variable when the option is disabled.
|
||||
#
|
||||
# For each of the depends target PKG FETCH EXTRACT PATCH BUILD LIB RUN,
|
||||
# defining ${opt}_${deptype}_DEPENDS will add its content to the actual
|
||||
# dependency when the option is enabled. Defining
|
||||
# ${opt}_${deptype}_DEPENDS_OFF will add its content to the actual dependency
|
||||
# when the option is disabled.
|
||||
#
|
||||
# For each of the variables in _OPTIONS_FLAGS below, defining
|
||||
# ${opt}_${variable} will add its content to the actual variable when the
|
||||
# option is enabled. Defining ${opt}_${variable}_OFF will add its content to
|
||||
# the actual variable when the option is disabled.
|
||||
|
||||
##
|
||||
# Set all the options available for the ports, beginning with the
|
||||
|
Loading…
Reference in New Issue
Block a user