blob: b0b00e0bdcaf0be7d3b205c0fd4ec9c3713a28f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# .mozconfig.in -*-shell-script-*-
# $FreeBSD$
# $MCom$
######################################################################
# standard opts from README
export MOZ_THUNDERBIRD=1
mk_add_options MOZ_MOZ_THUNDERBIRD=1
ac_add_options --enable-extensions=wallet,spellcheck,xmlextras,webservices
ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data
ac_add_options --enable-image-decoders=default,-xbm
# See the following URL for approval email for using official branding
# http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt
ac_add_options --enable-official-branding
|