724ac6d3f1
work for some users (sparc64 support, for example, is busted and won't appear again until firefox-5.0).
14 lines
460 B
Makefile
14 lines
460 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2011/04/19 13:16:10 tnn Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
|
|
PKG_SUPPORTED_OPTIONS= official-mozilla-branding
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.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}
|
|
.endif
|