diff options
author | agc <agc@pkgsrc.org> | 1998-05-14 11:45:07 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-05-14 11:45:07 +0000 |
commit | d040b8ad6b60399886294786a5b1143d8f702ec4 (patch) | |
tree | d416f2f40bc81833a6b93e64fc2027fb4f650ff7 /mk | |
parent | 5cfad591423e6c07d4ebfc8cd8bd9cb7660fff0a (diff) | |
download | pkgsrc-d040b8ad6b60399886294786a5b1143d8f702ec4.tar.gz |
Use spaces to indent lines which contain only comments, rather than tabs,
so that make(1) doesn't think that these lines contain shell commands.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 172 |
1 files changed, 88 insertions, 84 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index e12132ca19e..2d8b92acb50 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.3 1998/05/07 17:24:39 agc Exp $ +# $NetBSD: mk.conf.example,v 1.4 1998/05/14 11:45:07 agc Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values # for building either NetBSD or some of the NetBSD packages collection @@ -10,145 +10,149 @@ # Firstly, definitions for NetBSD and package collection MANZ= 1 # gzip manual pages at installation time - # Possible: defined, not defined - # Default: not defined + # Possible: defined, not defined + # Default: not defined -#LOCALBASE= /usr/local # Where non-X-based packages get installed to - # Possible: any path you like :) - # Default: /usr/pkg +#LOCALBASE= /usr/local # Where non-X-based packages will be installed + # Possible: any path + # Default: /usr/pkg + +#X11BASE= /usr/X11R6 # Where X-based packages will be installed + # Possible: any path + # Default: /usr/X11R6 #PACKAGES= ${PORTSDIR}/packages/${MACHINE_ARCH} - # Store generated packages on a per- - # architecture base - # Possible: any path you like :) - # Default: /usr/pkgsrc/packages + # Store generated packages on a per- + # architecture base + # Possible: any path you like :) + # Default: /usr/pkgsrc/packages #OBJMACHINE= 1 # use machine-specific object directories, - # e.g. work.i386, work.sparc - # Possible: defined, not defined - # Default: not defined + # e.g. work.i386, work.sparc + # Possible: defined, not defined + # Default: not defined #WRKOBJDIR= /usr/tmp # build here instead of in pkgsrc - # Possible: defined, not defined - # Default: not defined + # Possible: defined, not defined + # Default: not defined #UVM= 1 # Use the new UVM virtual memory subsystem - # Possible: defined, not defined - # Default: not defined + # Possible: defined, not defined + # Default: not defined -# Definitions used in the packages collection +# Definitions used only in the packages collection #AMANDA_USER= backup # Used in the amanda package to specify the login - # user and group responsible for backups - # Possible: any user name - # Default: backup + # user and group responsible for backups + # Possible: any user name + # Default: backup #DOMAIN_NAME= # Used in the knews package to set the domain name - # Possible: almost anything really, usually a FQDN. - # Default: none + # Possible: almost anything really, usually a FQDN. + # Default: none #DONT_USE_IDEA= # Used in ssh package to stop IDEA encryption - # Possible: defined, not defined - # Default: not defined + # Possible: defined, not defined + # Default: not defined #EXTRA_DICT= # Used by ispell package to specify an extra - # national dictionary. - # Possible: [agc - unknown] - # Default: not defined + # national dictionary. + # Possible: [agc - unknown] + # Default: not defined #GIMP_SMALL_DATA= # Used in gimp package to specify installation - # of the small data set only. - # Possible: defined, not defined - # Default: not defined + # of the small data set only. + # Possible: defined, not defined + # Default: not defined HAVE_MOTIF= YES # this must be set so that packages which - # use Motif can be used. If you use Lesstif, - # this must still be set. - # Possible: defined, not defined. - # Default: not defined + # use Motif can be used. If you use Lesstif, + # this must still be set. + # Possible: defined, not defined. + # Default: not defined #HTTP_ROOT= # Used by the apache package to specify the root - # directory for its files - # Possible: any valid directory - # Default: [agc - don't know yet] + # directory for its files + # Possible: any valid directory + # Default: [agc - don't know yet] #ISPELL_FR= # Used by ispell to specify a French/English - # dictionary. - # Possible: defined, not defined - # Default: not defined + # dictionary. + # Possible: defined, not defined + # Default: not defined -#LANG= # Used by ispell to specify national dictionary - # Possible: not defined, british - # Default: not defined - # [agc - this must conflict with the locale?] +#LANG= # Used by ispell to specify national dictionary + # Possible: not defined, british + # Default: not defined + # [agc - this must conflict with the locale?] #LIBWRAP_FWD= # Make libwrap also compare against forwards - # Possible: not defined, YES - # Default: not defined + # Possible: not defined, YES + # Default: not defined #MAKE_EBONES= # Used in fetchmail and zephyr to specify use - # of non-USA Kerberos-compatible subsystem. - # Possible: defined, not defined - # Default: not defined + # of non-USA Kerberos-compatible subsystem. + # Possible: defined, not defined + # Default: not defined #MAKE_KERBEROS4= # Used in the fetchmail package to specify use of - # Kerberos subsystem. - # Possible: defined, not defined - # Default: not defined + # Kerberos subsystem. + # Possible: defined, not defined + # Default: not defined NMH_MTA= smtp # default MTA for use in nmh. - # Possible: smtp or sendmail. - # Default: smtp + # Possible: smtp or sendmail. + # Default: smtp #NOPORTDOCS= # If defined, used to stop installation of - # any documentation. - # Possible: defined, not defined - # Default: not defined. + # any documentation. + # Possible: defined, not defined + # Default: not defined. #NOMANINSTALL= # Used in expact package to stop installation - # of manual pages. - # Possible: defined, not defined - # Default: not defined + # of manual pages. + # Possible: defined, not defined + # Default: not defined PAPERSIZE= A4 # Default paper size for packages. - # Possible: A4, Letter, Letterdj. - # Default: none + # Possible: A4, Letter, Letterdj. + # Default: none #PATCH_DEBUG= # Used in exmh package to denote debugging - # Possible: defined, not defined - # Default: not defined + # Possible: defined, not defined + # Default: not defined #PGUSER=pgsql # Used in postgresql package as the username - # (and group name) of the database admin - # Possible: any user name - # Default: pgsql + # (and group name) of the database admin + # Possible: any user name + # Default: pgsql #RCS_LOCALID= # Used in cvs-current package for an RCS Id - # which is expanded. - # Possible: anything (within reason) - # Default: none + # which is expanded. + # Possible: anything (within reason) + # Default: none #SSH_CONF_DIR= # Used in ssh to set the configuration directory - # Possible: any valid directory on root filesystem - # Default: none, package defaults to /etc + # Possible: any valid directory on root filesystem + # Default: none, package defaults to /etc #USE_MENUS= # Used in xvile package to build in support for - # menus. - # Possible: defined, not defined - # Default: undefined + # menus. + # Possible: defined, not defined + # Default: undefined #USE_MULE= # Used in emacs package to build MULE extensions - # Possible: defined, not defined - # Default: not defined + # Possible: defined, not defined + # Default: not defined #USE_RSAREF2= NO # Use the RSA reference package - # Possible: YES (US domestic only), or NO. - # Default: not defined. + # Possible: YES (US domestic only), or NO. + # Default: not defined. #USE_SOCKS= # Used in ssh to specify SOCKS firewall support - # Possible: not defined, YES - # Default: not defined + # Possible: not defined, YES + # Default: not defined #VERS_ID= # Used by the apache package to specify its version - # Possible: almost anything - # Default: not defined + # Possible: almost anything + # Default: not defined |