318d592f54
* Switch to ESR branch * Fix security bugs
17 lines
515 B
Makefile
17 lines
515 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2012/03/15 09:02:43 ryoon Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
|
|
PKG_SUPPORTED_OPTIONS= official-mozilla-branding
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
PLIST_VARS+= nobranding
|
|
.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
|
|
CONFIGURE_ARGS+= --enable-official-branding
|
|
LICENSE= mozilla-trademark-license
|
|
RESTRICTED= Trademark holder prohibits distribution of modified versions.
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
.else
|
|
PLIST.nobranding= yes
|
|
.endif
|