diff options
author | gdt <gdt@pkgsrc.org> | 2007-07-25 13:13:09 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-07-25 13:13:09 +0000 |
commit | aff224f0d697ef45bdd25573d2c8487814ae7e10 (patch) | |
tree | e3f78dadffda35ac7b9d05f52ef1d106410fef17 /www/seamonkey | |
parent | a60af6ba7b9bc8137c438a0b8fb7d35d4a356b88 (diff) | |
download | pkgsrc-aff224f0d697ef45bdd25573d2c8487814ae7e10.tar.gz |
--enable-official-branding:
Clarify RESTRICTED (due to trademark issues), and add a comment
questioning if we also need to set LICENSE.
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/options.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk index bcdcdf7ae9e..7b9954ca765 100644 --- a/www/seamonkey/options.mk +++ b/www/seamonkey/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2007/06/16 01:14:48 dmcmahill Exp $ +# $NetBSD: options.mk,v 1.6 2007/07/25 13:13:09 gdt Exp $ PKG_OPTIONS_VAR = PKG_OPTIONS.gecko PKG_SUPPORTED_OPTIONS = debug @@ -31,7 +31,11 @@ CONFIGURE_ARGS+= --enable-single-profile # 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. +# XXX LICENSE=? +# Does enabling official branding make the package non-Free? +# Mozilla claims no: http://www.mozilla.org/foundation/trademarks/faq.html +# The resulting binary package cannot be distributed, which seems non-Free. +RESTRICTED= Trademark holder prohibits distribution of modified versions. NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} .endif |