1#
2# 以下設定僅供參考,如有疑慮,請以 /usr/share/examples/etc/make.conf 為主
3#
4# The CPUTYPE variable controls which processor should be targeted for
5# generated code.  This controls processor-specific optimizations in
6# certain code (currently only OpenSSL) as well as modifying the value
7# of CFLAGS to contain the appropriate optimization directive to gcc.
8# The automatic setting of CFLAGS may be overridden using the
9# NO_CPU_CFLAGS variable below.
10# Currently the following CPU types are recognized:
11#   Intel x86 architecture:
12#       (AMD CPUs)      opteron athlon64 athlon-mp athlon-xp athlon-4
13#                       athlon-tbird athlon k8 k6-3 k6-2 k6 k5
14#       (Intel CPUs)    core2 core nocona pentium4m pentium4 prescott
15#                       pentium3m pentium3 pentium-m pentium2
16#                       pentiumpro pentium-mmx pentium i486 i386
17#       (Via CPUs)      c3 c3-2
18#   Alpha/AXP architecture: ev67 ev6 pca56 ev56 ev5 ev45 ev4
19#   AMD64 architecture: opteron, athlon64, nocona, prescott, core2
20#   Intel ia64 architecture: itanium2, itanium
21#
22# (?= allows to buildworld for a different CPUTYPE.)
23#
24# For example:
25#   if the type of cpu is Intel Core 2 Duo, then set
26#     CPUTYPE?=core2
27#   if the type of cpu is AMD Athlon-XP, then set
28#     CPUTYPE?=athlon-xp
29#   if the type of cpu is IntelR ItaniumR 2, then set
30#     CPUTYPE?=itanium2
31
32#
33# 設定國內的 distfiles mirror sites
34#
35MASTER_SITE_BACKUP?=	\
36	http://%%SERVER1%%/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
37	http://%%SERVER2%%/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
38	http://%%SERVER3%%/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
39MASTER_SITE_OVERRIDE?=  ${MASTER_SITE_BACKUP}
40
41#
42# MASTER_SITE_SOURCEFORGE 直接從國內抓
43#
44MASTER_SITE_SOURCEFORGE= http://nchc.dl.sourceforge.net/sourceforge/%SUBDIR%/
45
46#
47# 是否改用 /usr/ports/ftp/prozilla 來抓檔案
48#
49# FETCH_CMD=	/usr/local/bin/proz -r
50# DISABLE_SIZE=	YES
51#
52# 以下這行是參考值,詳情請參考 fetch(1) 說明
53#
54# FETCH_BEFORE_ARGS+=	-T 2
55
56#
57# 加上 FireFly 等 CJK patch
58# 若單純跑簡單 Server 環境,應該是不用加
59#
60WITH_CJK=yes
61
62#
63## for mail/postfix user
64#
65# NO_SENDMAIL=	true
66
67#
68## for www/firefox user
69#
70# WITH_MOZILLA= firefox
71FIREFOX_I18N+=	zh-TW
72
73# Documentation
74#
75# The list of languages and encodings to build and install
76#
77DOC_LANG=	en_US.ISO8859-1 zh_TW.Big5
78