Makefile.options.oracle.com revision 1130
837N/A# X build options for Oracle Solaris
837N/A#
837N/A# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
837N/A#
837N/A# Permission is hereby granted, free of charge, to any person obtaining a
837N/A# copy of this software and associated documentation files (the "Software"),
837N/A# to deal in the Software without restriction, including without limitation
837N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
837N/A# and/or sell copies of the Software, and to permit persons to whom the
837N/A# Software is furnished to do so, subject to the following conditions:
837N/A#
837N/A# The above copyright notice and this permission notice (including the next
837N/A# paragraph) shall be included in all copies or substantial portions of the
837N/A# Software.
837N/A#
837N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
837N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
837N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
837N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
837N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
837N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
837N/A# DEALINGS IN THE SOFTWARE.
837N/A#
837N/A#
837N/A###############################################################################
837N/A#
837N/A
837N/A# Settings for building X with Oracle Solaris branding and access to
837N/A# sites behind the Oracle firewall. If you're not at Oracle, you
837N/A# probably want to either use the generic Makefile.options.opensolaris
837N/A# or make a customized options file for your site/distro/build.
837N/A
837N/A# Oracle internal mirror/archive of tarballs used to build
837N/ATARBALL_ARCHIVE = http://xserver.us.oracle.com/tarballs
837N/ATARBALL_ARCHIVE_SET=yes
837N/A
837N/A# OS/Distro name for use in documentation
837N/ADISTRO_NAME = Oracle Solaris
837N/A
837N/A# When packages contain only code to which Oracle owns the rights, Oracle
837N/A# doesn't need to publish the open source license notice, and can just let
837N/A# the distro's top-level license notice apply.
837N/ALICENSE_CHOICE = Oracle
837N/ALICENSE_CHOICE_SET = yes
837N/A
837N/A# When packages contain code covered by GPL/LGPL, Oracle prepends to the GPL
837N/A# a notice specifying the version Oracle is publishing the software under.
837N/AGPL_CHOICE_FILE = $(PKG_SRC_DIR)/license_files/gpl_choice_Oracle
837N/A
837N/A# Xserver configuration options for vendor name & support URL
837N/A# The vendor name needs to include "X.Org Foundation" for software
837N/A# like cairo that does strstr on VendorName to detect servers built
837N/A# from the X.Org source tree for bug workarounds/compatibility tweaks.
837N/AVENDOR_NAME = Oracle Corporation, based on X.Org Foundation sources
837N/AVENDOR_SUPPORT_URL = http://support.oracle.com/
837N/A
837N/A# Additional pkg transforms to set Oracle Solaris branding
837N/APKG_BRANDING_TRANSFORMS = branding_Oracle
837N/A
837N/A# Reference repository for pkglint to check against
837N/APKGLINT_REFERENCE_REPO = http://ipkg.us.oracle.com/solaris11/dev/
837N/A