# # pt -- the MacPorts port tool # Default configuration settings # # The following settings are boolean options. If a variable is set the # option is enabled, the value of the variable doesn't matter. To disable # an option, the variable must be empty/unset. # # Note: the value "0" is "set", so the option will be enabled! # Use "XYZ=1" to enable an options, and "XYZ=" to disaple it. # # Run in "quiet mode", very few output. [Default: empty (=off)] #QUIET=1 # Run in "verbose mode", display more information. [Default: empty (=off)] #VERBOSE=1 # Run the port(1) command in "verbose" mode, so more output is displayed # when MacPorts is working. [Default: empty (=off)] #PORT_VERBOSE=1 # Enable "debug mode": a lot of (useful?) information is displayed. # Very useful when analyzing problems with pt(1). [Default: empty (=off)] #DEBUG=1 # Remove ports which have been deaktivated during upgrades, as the old # versions of an installed port. [Default: 1 (=on)] #UPGRADE_REMOVE_INACTIVE= # Use "autoclean mode" of the port(1) command, e. g. execute the "clean" # target after installation of packages. [Default: 1 (=on)] #CLEAN_WORKDIR= # -eof-