Installer import into contrib (real import this time)
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / scripts / build / build.conf.defaults
1 # $Id: build.conf.defaults,v 1.1 2005/02/21 22:18:55 cpressey Exp $
2
3 # Defaults settings for the build scripts.
4 # NOTE: There should be NO NEED to edit this file directly!
5 # Instead, create a file build.conf with your own overrides.
6
7 CVSUSER=${CVSUSER:-cpressey}                    # user to `cvs update' as
8 LOCALUSER=${LOCALUSER:-catseye}                 # user who owns cvs tree
9 CVSDIR=${CVSDIR:-/home/${LOCALUSER}/projects}   # local cvs checkout dir
10 CVSSITE=${CVSSITE:-216.135.66.6}                # host to cvs from
11 CVSROOT=${CVSROOT:-cvsroot}                     # cvsroot dir, on host
12 CVSMODULE=${CVSMODULE:-installer}               # cvs module name
13 CVSUPDATE=${CVSUPDATE:-NO}                      # invoke 'cvs update'?
14
15 TMPDIR=${TMPDIR:-/tmp}                          # dir for temp files
16 SRCDIR=${SRCDIR:-/usr/src}                      # system source dir
17 PORTSDIR=${PORTSDIR:-/usr/ports}                # system ports dir
18 DISTFILESDIR=${DISTFILESDIR:-${PORTSDIR}/distfiles} # distfiles dir
19 PACKAGESDIR=${PACKAGESDIR:-${PORTSDIR}/packages/All} # pkgs dir
20
21 REMOVEOLDPKGS=${REMOVEOLDPKGS:-YES}             # rm old pkgs when making new
22 RELEASEBUILD=${RELEASEBUILD:-NO}                # NO = tack date on pkg vers
23 ROOTSKEL=${ROOTSKEL:-/usr/src/nrelease/installer} # root skeleton to use
24 EXTRA_ROOTSKELS=${EXTRA_ROOTSKELS:-}            # extra root skeletons
25
26 INSTALL_DFUIFE_QT=${INSTALL_DFUIFE_QT:-NO}      # build & install Qt frontend
27 INSTALL_DFUIBE_LUA=${INSTALL_DFUIBE_LUA:-NO}    # build & install Lua backend
28
29 WITH_NLS=${WITH_NLS:-NO}                        # build pkgs with i18n
30 WITH_X11=${WITH_X11:-NO}                        # build X11 support pkgs