1281N/A###############################################################################
144N/A#
144N/A# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
144N/A#
1281N/A# Permission is hereby granted, free of charge, to any person obtaining a
144N/A# copy of this software and associated documentation files (the "Software"),
144N/A# to deal in the Software without restriction, including without limitation
144N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
144N/A# and/or sell copies of the Software, and to permit persons to whom the
144N/A# Software is furnished to do so, subject to the following conditions:
144N/A#
144N/A# The above copyright notice and this permission notice (including the next
144N/A# paragraph) shall be included in all copies or substantial portions of the
144N/A# Software.
144N/A#
144N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
144N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
144N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
144N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
144N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
144N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1186N/A# DEALINGS IN THE SOFTWARE.
1186N/A#
1186N/A#
1478N/A
1478N/A# Package name used in tarballs
1478N/AMODULE_NAME=randrproto
1478N/A
1478N/A# Version number (used in path names)
1478N/AMODULE_VERSION=1.4.0
1478N/A
1478N/A# Checksums for upstream tarball
1478N/ATARBALL_MD5 = ce4d0b05675968e4c83e003cc809660d
1478N/ATARBALL_SHA1 = 65d2fc4440adf1557cde2b36901a3de21ab189c1
1478N/A
1478N/A# Patches to apply to source after unpacking, in order
1478N/ASOURCE_PATCHES=
1478N/A
1186N/A# ARC cases that covered this module
1186N/A# PSARC/2004/187 Xorg Server for Solaris
1186N/AMODULE_ARC_CASES = PSARC/2004/187
1281N/A# PSARC/2007/430 X Resize, Rotate and Reflect (RandR) 1.2
1281N/AMODULE_ARC_CASES += PSARC/2007/430
1470N/A# PSARC/2009/269 X Resize, Rotate and Reflect (RandR) 1.3
1330N/AMODULE_ARC_CASES += PSARC/2009/269
1330N/A# PSARC/2012/318 X Resize, Rotate and Reflect (RandR) 1.4
1330N/AMODULE_ARC_CASES += PSARC/2012/318
1330N/A
1330N/A# Package metadata
1419N/AMODULE_DESC = headers & documentation for RANDR extension to the X11 protocol
1186N/A
1186N/A### Include common rulesets
1186N/Ainclude ../Makefile.inc
1186N/A