summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
blob: 27bebe02bf3761be9a74c5bc62a17d07ed38b4ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# $NetBSD: mk.conf.example,v 1.5 1998/05/15 12:10:43 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
# See /usr/share/mk/bsd.port.mk for a full description of all
# available options.
#
# Definitely not complete yet. - agc Fri Mar 27 16:42:38 GMT 1998
#

# Firstly, definitions for NetBSD and package collection
MANZ=		1		# gzip manual pages at installation time
                                # Possible: defined, not defined
                                # Default: not defined

#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=       ${PKGSRCDIR}/packages/${MACHINE_ARCH}
                                # 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

#WRKOBJDIR=	/usr/tmp	# build here instead of in pkgsrc
                                # Possible: defined, not defined
                                # Default: not defined

#UVM=		1		# Use the new UVM virtual memory subsystem
                                # Possible: defined, not defined
                                # Default: not defined

# 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

#DOMAIN_NAME=			# Used in the knews package to set the domain name
                                # 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

#EXTRA_DICT=			# Used by ispell package to specify an extra
                                # 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

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

#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]

#ISPELL_FR=			# Used by ispell to specify a French/English
                                # 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?]

#LIBWRAP_FWD=			# Make libwrap also compare against forwards
                                # 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

#MAKE_KERBEROS4=		# Used in the fetchmail package to specify use of
                                # Kerberos subsystem.
                                # Possible: defined, not defined
                                # Default: not defined

NMH_MTA=	smtp		# default MTA for use in nmh.
                                # Possible: smtp or sendmail.
                                # Default: smtp

#NOPORTDOCS=			# If defined, used to stop installation of
                                # 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

PAPERSIZE=	A4		# Default paper size for packages.
                                # Possible: A4, Letter, Letterdj.
                                # Default: none

#PATCH_DEBUG=			# Used in exmh package to denote debugging
                                # 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

#RCS_LOCALID=			# Used in cvs-current package for an RCS Id
                                # 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

#USE_MENUS=			# Used in xvile package to build in support for
                                # menus.
                                # Possible: defined, not defined
                                # Default: undefined

#USE_MULE=			# Used in emacs package to build MULE extensions
                                # 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.

#USE_SOCKS=			# Used in ssh to specify SOCKS firewall support
                                # Possible: not defined, YES
                                # Default: not defined

#VERS_ID=			# Used by the apache package to specify its version
                                # Possible: almost anything
                                # Default: not defined