-- /etc/make.conf ----------------------------------------------
# build environment configuration
#
# by cjh@ 2001/12/31
#
USA_RESIDENT=NO
NO_BIND= true # do not build BIND
NO_FORTRAN= true # do not build g77 and related libraries
NO_I4B= true # do not build isdn4bsd package
NO_LPR= true # do not build lpr and related programs
NO_OBJC= true # do not build Objective C support
NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs
NO_X= true # do not compile in XWindows support (e.g. doscmd)
NOGAMES= true # do not build games (games/ subdir)
NOPROFILE= true # Avoid compiling profiled libraries
NOUUCP= true # do not build uucp related programs
#NODESCRYPTLINKS=true
#
# backup in Korea
MASTER_SITE_BACKUP?= \
ftp://ftp.kr.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
# always first
MASTER_SITE_OVERRIDE=ftp://ftp.kr.FreeBSD.org/pub/FreeBSD/ports/distfiles/
MASTER_SITE_PERL_CPAN= ftp://ftp.kr.freebsd.org/pub/CPAN/modules/by-module/%SUBDIR%/
#
# cvsup update
SUP_UPDATE= yes
#
SUP= /usr/local/bin/cvsup
SUPFLAGS= -g -L 2 -h cvsup.kr.freebsd.org
SUPFILE= /usr/share/examples/cvsup/standard-supfile
PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile
#
# my kernel name
KERNCONF?= custom
# apache
APACHE_HARD_SERVER_LIMIT=2048
APACHE_FD_SETSIZE=8192
APACHE_BUFFERED_LOGS=yes
APACHE_PERF_TUNING=yes
# php4
#WITHOUT_POSIX= true
# paper size
A4=YES
# CPU Type
CPUTYPE= i686
# no X11
WITHOUT_X11= YES
# docproj
JADETEX= YES
# webalizer
WEBALIZER_LANG=korean
# cclient/imp
WITH_SSL= YES
# build prefix
WRKDIRPREFIX=/home/build
# -- use.perl generated deltas -- #
# Created: Thu Jun 3 15:24:38 2004
# Setting to use base perl from ports:
PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
---------------------------------------------------------------- |