Makefile revision 1425
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift###############################################################################
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# xrandr - utility to configure screen sizes and layout via XRANDR extension
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# Permission is hereby granted, free of charge, to any person obtaining a
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# copy of this software and associated documentation files (the "Software"),
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# to deal in the Software without restriction, including without limitation
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# the rights to use, copy, modify, merge, publish, distribute, sublicense,
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# and/or sell copies of the Software, and to permit persons to whom the
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# Software is furnished to do so, subject to the following conditions:
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# The above copyright notice and this permission notice (including the next
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# paragraph) shall be included in all copies or substantial portions of the
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# DEALINGS IN THE SOFTWARE.
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# Package name used in tarballs
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# Version number (used in path names)
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# Checksums for upstream tarball
4a622c45ad6426287954754f34fc3ab8a4b9c2c5matthew_swiftTARBALL_SHA1 = 48d59ff6403c116daaf2c73185a57141ed4089fc
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swiftTARBALL_SHA256= 67b554ab975652778bef587f86dab7fec8cb95dfd21c11d98a203dac5c241e50
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# pkg(5) name we deliver the files in (override default)
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# Package metadata
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swiftMODULE_DESC = the xrandr utility to configure screen sizes and layout
4a622c45ad6426287954754f34fc3ab8a4b9c2c5matthew_swift# ARC cases that covered this module
4a622c45ad6426287954754f34fc3ab8a4b9c2c5matthew_swift# PSARC/2005/189 X client support for XFree86 extensions
4a622c45ad6426287954754f34fc3ab8a4b9c2c5matthew_swift# PSARC/2007/430 X Resize, Rotate and Reflect (RandR) 1.2
4a622c45ad6426287954754f34fc3ab8a4b9c2c5matthew_swift# PSARC/2009/269 X Resize, Rotate and Reflect (RandR) 1.3
4a622c45ad6426287954754f34fc3ab8a4b9c2c5matthew_swift# PSARC/2013/089 X11 application updates
4a622c45ad6426287954754f34fc3ab8a4b9c2c5matthew_swift# Man pages to apply Sun footer to & attributes to list
4a622c45ad6426287954754f34fc3ab8a4b9c2c5matthew_swift# Compatibility links from /usr/X11/bin to /usr/bin
4a622c45ad6426287954754f34fc3ab8a4b9c2c5matthew_swift# ignore some unneeded dependencies that upstream includes:
4a622c45ad6426287954754f34fc3ab8a4b9c2c5matthew_swift# unreferenced object=libXrender.so.1; unused dependency of /usr/bin/xrandr
4a622c45ad6426287954754f34fc3ab8a4b9c2c5matthew_swift# Remove xkeystone utility that requires nickle interpreter we don't ship yet