summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
blob: fa57b7db1e010d66bd9d7429fdc34a71e59bcd53 (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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
# $NetBSD: mk.conf.example,v 1.52 1999/04/24 19:48:23 tron 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 the NetBSD mk.conf(5) and packages(7) manual page for a full
# description of all available options.
#
# Definitely not complete yet. - agc Fri Mar 27 16:42:38 GMT 1998
#

# ************************************************************************
# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.
# ************************************************************************

#
#	Firstly, definitions for NetBSD and package collection
#

#MANZ=		1		# gzip manual pages at installation time
                                # Possible: defined, not defined
                                # Default: not defined

#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

#USETBL= yes			# Run raw manual pages through tbl(1) before
                                # piping through troff(1) when formatting
                                # manual pages.
                                # Possible: set, not set
                                # Default: not set


#
# The following values are used to manage the packages collection as a whole.
#

#LOCALBASE=	/usr/local	# Where non-X-based packages will be installed
                                # Possible: any path
                                # Default: /usr/pkg

#CROSSBASE=	/usr/pkg/cross	# Where "cross" category packages install
                                # Possible: any path
                                # Default: ${LOCALBASE}/cross

#X11BASE=	/usr/X11R6	# Where X11 is installed on the system.
                                # (and the default install path of X11 pkgs)
                                # Possible: any path
                                # Default: /usr/X11R6

#DISTDIR=	${PKGSRCDIR}/distfiles
                                # Directory where original distribution
                                # files are stored.
                                # Possible: any path you like
                                # Default: /usr/pkgsrc/distfiles

#PACKAGES=       ${PKGSRCDIR}/packages/${MACHINE_ARCH}
                                # Store generated packages on a per-
                                # architecture base
                                # Possible: any path you like
                                # Default: /usr/pkgsrc/packages

#PASSIVE_FETCH=	1		# Use ftp(1) in passive mode, for use behind
                                # filtering firewalls.
                                # (Set by default in ftp(1) in NetBSD-current)
                                # Possible: defined, not defined
                                # Default: not defined

#ACCEPTABLE_LICENSES=	shareware no-commercial-use fee-based-commercial-use
                                # Whitespace-delimited list of the types of
                                # license which are acceptable for installation.
                                # (apart from standard "free" licenses such as
                                # Berkeley/CMU and GPL).
                                # Possible: shareware, no-commercial-use,
                                # 	fee-based-commercial-use 
                                # Default: none

#SPECIFIC_PKGS= yes		# Don't use the default of all packages (from the
                                # top-level of the pkgsrc tree), and use the
                                # values of the definitions SITE_SPECIFIC_PKGS,
                                # HOST_SPECIFIC_PKGS, GROUP_SPECIFIC_PKGS, and
                                # USER_SPECIFIC_PKGS.

#SITE_SPECIFIC_PKGS=		# List of packages that are wanted for each
                                # host on the site. Each package in the list
                                # is of the form <category>/<package>.
                                # Possible: any combination of packages
                                # Default: not set

#HOST_SPECIFIC_PKGS=		# List of packages that are wanted for this
                                # particular host/machine. Each package in the
                                # list is of the form <category>/<package>.
                                # Possible: any combination of packages
                                # Default: not set

#GROUP_SPECIFIC_PKGS=		# List of packages that are wanted for this
                                # group of users. Each package in the list
                                # is of the form <category>/<package>.
                                # Possible: any combination of packages
                                # Default: not set

#USER_SPECIFIC_PKGS=		# List of packages that are wanted for this
                                # particular user. Each package in the list
                                # is of the form <category>/<package>.
                                # Possible: any combination of packages
                                # Default: not set

#FAILOVER_FETCH= yes            # Perform a checksum at "make fetch" time.
                                # If the checksum doesn't match the stored
                                # value, try to retrieve the file from the
                                # next site in the list
                                # Possible: set, not set
                                # Default: not set

#EXTRACT_USING_PAX= yes		# Use pax(1) to extract archives, rather than
                                # GNU tar.
                                # Possible: defined, not defined
                                # Default: not defined

#PRE_ROOT_CMD=${CHMOD} -R o+w ${WRKDIR}	# Command to be run by normal user,
                                # just before becoming root (see SU_CMD) to
                                # install the package. For example, the
                                # command shown would allow root to write and
                                # modify files below ${WRKDIR}, if on an
                                # NFS -noroot file system.
                                # Possible: any shell commands
                                # Default: none

#SU_CMD=${SU} - root -c		# Command to perform before "make install",
                                # if the user does not have an effective uid of
                                # 0. A possible substitute is "sudo -u root"
                                # Possible: su, sudo, or priv, with appropriate
                                #           arguments
                                # Default: ${SU} - root -c



#
#	Definitions used only in the packages collection
#

#AMANDA_USER=	backup		# Used in the amanda packages to specify the
                                # login user and group responsible for backups
                                # Possible: any user name
                                # Default: backup
#AMANDA_SMB=                    # Used in the amanda-client package to enable
                                # backup with smbclient
                                # Possible: defined, not defined
                                # Default: not defined
#AMANDA_VAR=	/var/amanda     # Specifies the directory in which amanda puts
                                # its logs and status files. 
                                # Default: /var/amanda

#BOOTSTRAP_EGCS=		# Used in egcs-current package to set
                                # bootstrap compile (two-stage) mode.
                                # Possible: defined, not defined
                                # Default: not defined

#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

#ISPELL_FR=			# Used by ispell to specify a French/English
                                # dictionary.
                                # Possible: defined, not defined
                                # Default: not defined

#ISPELL_LANG=			# Used by ispell to specify national dictionary
                                # Possible: not defined, british
                                # Default: not defined

#LIBWRAP_FWD=			# Make libwrap also compare against forwards
                                # Possible: not defined, YES
                                # Default: not defined

#M68060=			# Used mostly by packages (e.g.: pgp2,
                                # ssh) with have fast 68020/030/040 assembler
                                # routines for multiprecision arithmetic, which
                                # use # the 32/64bit mul/div instruction.
                                # These instructions are software emulated 
                                # on the 68060, thus very slow.
                                # Set to YES when compiling for the
                                # 68060 cpu.
                                # 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

#MUTT_INTERNATIONAL=	yes	# Used to decide if international export
                                # restricted version of "mutt" is built.
                                # Possible: not defined, YES
                                # Default: not defined

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

#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

#PGGROUP=ingres			# Used in postgresql package as the groupname
                                # of the database administrator
                                # Possible: any group name
                                # Default: ingres

#PGUSER=pgsql			# Used in postgresql package as the username
                                # 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
                                # Default: /etc

#SSH_SUID=			# Used in ssh to enable setuid installation
                                # of "ssh" binary.
                                # Possible: YES, or NO.
                                # Default: NO

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

#USE_MULE=			# Used in xemacs 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 to specify SOCKS firewall support
                                # Set this to the version of socks necessary.
                                # Possible: 4, 5, not defined
                                # Default: not defined

#USE_XFACE=			# Used in xemacs package to build in
                                # support for xface (pkgsrc/mail/face)
                                # Possible: defined, not defined
                                # Default: not defined

#WINDOWMAKER_OPTIONS		# Options for building windowmaker package
                                # Used to add support for GNOME, KDE or
                                # OPEN LOOK(tm) and to avoid redundancies
                                # with KDE.
                                # Possible: gnome, kde, openlook, lite
                                # Default: gnome kde

#WINDOWMAKER_THEMES=	...	# Used in wm-themes package to specify
                                # the themes which will be installed.
                                # Possible: see http://wm.themes.org/
                                # Default: FreeBSD-theme

#ZIP_ENCRYPTION=		# Add encryption code to zip, zip1, and unzip
                                # Possible: defined, not defined
                                # Default: not defined


#
#	Overrides for faster or cheaper sites.
#
#	Refer to http://www.netbsd.org/Sites/net.html or /usr/doc/MIRRORS
#	for information on determining the location of NetBSD mirror sites.
#

# Australia (AARNET).  Swap order of ftp.au.netbsd.org and
# ftp2.au.netbsd.org if your link to University of Queensland is
# cheaper/faster than your link to RMIT University (Melbourne).
#
#MASTER_SITE_XCONTRIB=	ftp://mirror.aarnet.edu.au/X11/contrib/
#MASTER_SITE_GNU=	ftp://mirror.aarnet.edu.au/gnu/
#MASTER_SITE_PERL_CPAN=	ftp://mirror.aarnet.edu.au/perl/CPAN/modules/by-module/
#MASTER_SITE_TEX_CTAN=	ftp://mirror.aarnet.edu.au/tex-archive/
#MASTER_SITE_SUNSITE=	ftp://mirror.aarnet.edu.au/sunsite.unc.edu/
#MASTER_SITE_BACKUP=	\
#	ftp://ftp.au.netbsd.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/ \
#	ftp://ftp2.au.netbsd.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/
#MASTER_SITE_LOCAL=	\
#	ftp://ftp.au.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ \
#	ftp://ftp2.au.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/

# Finland
#
#MASTER_SITE_XCONTRIB=	ftp://ftp.funet.fi/pub/X11/contrib/
#MASTER_SITE_GNU= 	ftp://ftp.funet.fi/pub/gnu/gnu/
#MASTER_SITE_PERL_CPAN=	\
#	ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/
#MASTER_SITE_TEX_CTAN=	ftp://ftp.funet.fi/pub/TeX/CTAN/
#MASTER_SITE_SUNSITE=	\
#	ftp://ftp.funet.fi/pub/mirrors/sunsite.unc.edu/pub/Linux/
#MASTER_SITE_BACKUP=	\
#	ftp://ftp.fi.netbsd.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/
#MASTER_SITE_LOCAL=	\
#	ftp://ftp.fi.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/

# Austria
#
#MASTER_SITE_XCONTRIB=	ftp://ftp.at.netbsd.org/hci/X11/contrib/
#MASTER_SITE_GNU=	ftp://ftp.at.netbsd.org/gnu/gnusrc/
#MASTER_SITE_PERL_CPAN=	ftp://ftp.at.netbsd.org/languages/perl/CPAN/modules/by-module/
#MASTER_SITE_TEX_CTAN=	ftp://ftp.at.netbsd.org/publishing/tex/CTAN/
#MASTER_SITE_SUNSITE=	ftp://ftp.univie.ac.at/systems/linux/sunsite/
#MASTER_SITE_BACKUP=	ftp://ftp.at.netbsd.org/opsys/NetBSD/packages/distfiles/${DIST_SUBDIR}/
#MASTER_SITE_LOCAL=	ftp://ftp.at.netbsd.org/opsys/NetBSD/packages/distfiles/LOCAL_PORTS/

# Denmark
#
#MASTER_SITE_XCONTRIB=	ftp://ftp.sunsite.auc.dk/mirrors/ftp.x.org/contrib/
#MASTER_SITE_GNU=	ftp://ftp.sunsite.auc.dk/pub/gnu/
#MASTER_SITE_PERL_CPAN=	ftp://ftp.sunsite.auc.dk/pub/languages/perl/CPAN/modules/by-module/
#MASTER_SITE_TEX_CTAN=	ftp://ftp.sunsite.auc.dk/pub/tex/ctan/
#MASTER_SITE_SUNSITE=	ftp://ftp.sunsite.auc.dk/mirrors/sunsite.unc.edu/pub/Linux/
#MASTER_SITE_BACKUP=	ftp://ftp.dk.netbsd.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/
#MASTER_SITE_LOCAL=	ftp://ftp.dk.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/

# Japan
#
#MASTER_SITE_XCONTRIB=	ftp://ftp.ring.gr.jp/pub/X/opengroup/contrib/
#MASTER_SITE_GNU=	ftp://ftp.ring.gr.jp/pub/GNU/
#MASTER_SITE_PERL_CPAN=	ftp://ftp.ring.gr.jp/pub/lang/perl/CPAN/modules/by-module/
#MASTER_SITE_TEX_CTAN=	ftp://ftp.ring.gr.jp/pub/text/CTAN/
#MASTER_SITE_SUNSITE=	ftp://sunsite.sut.ac.jp/pub/archives/linux/
#MASTER_SITE_BACKUP=	\
#	ftp://ftp.ring.gr.jp/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/ \
#	ftp://ftp.jp.netbsd.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/
#MASTER_SITE_LOCAL=	\
#	ftp://ftp.ring.gr.jp/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ \
#	ftp://ftp.jp.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/