summaryrefslogtreecommitdiff
path: root/www/mozilla/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/mozilla/options.mk')
-rw-r--r--www/mozilla/options.mk27
1 files changed, 0 insertions, 27 deletions
diff --git a/www/mozilla/options.mk b/www/mozilla/options.mk
deleted file mode 100644
index facb2b4cf55..00000000000
--- a/www/mozilla/options.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: options.mk,v 1.6 2006/02/12 11:05:25 ghen Exp $
-
-PKG_OPTIONS_VAR = PKG_OPTIONS.gecko
-PKG_SUPPORTED_OPTIONS = debug
-
-.if ( ${MOZILLA_BIN} == "firefox-bin" || ${MOZILLA_BIN} == "thunderbird-bin" )
-PKG_SUPPORTED_OPTIONS += official-mozilla-branding
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-# this .if test looks backward, but the missing options disables debug,
-# so it is correct
-.if empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+= --disable-debug
-.endif
-
-# Enable Official mozilla.org Branding for Firefox or Thunderbird.
-# Note that you cannot distribute builds with Official Branding
-# without permission of the Mozilla Foundation.
-# See http://www.mozilla.org/foundation/trademarks/
-.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
-CONFIGURE_ARGS+= --enable-official-branding
-RESTRICTED= Cannot redistribute builds with Official Branding at this moment, we need permission of The Mozilla Foundation for this.
-NO_BIN_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-.endif