Makefile revision 970
f78b12e570284aa8291f4ca1add24937fd107403vboxsync###############################################################################
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# xrandr 1.x Makefile
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# copy of this software and associated documentation files (the "Software"),
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# to deal in the Software without restriction, including without limitation
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# and/or sell copies of the Software, and to permit persons to whom the
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Software is furnished to do so, subject to the following conditions:
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# The above copyright notice and this permission notice (including the next
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# paragraph) shall be included in all copies or substantial portions of the
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Software.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# DEALINGS IN THE SOFTWARE.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Package name used in tarballs
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncMODULE_NAME=xrandr
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Version number (used in path names)
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncMODULE_VERSION=1.3.2
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Checksums for upstream tarball
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncTARBALL_MD5 = 2cb19bb1c19ccf77c40032b03dbe06f0
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncTARBALL_SHA1 = 0e49b0a0889ae8a590452c6cd0d60a2253a8d940
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# pkg(5) name we deliver the files in (override default)
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncMODULE_PKGNAME=x11/utility/x11-server-utilities
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncMODULE_PKGNAME_SET=yes
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# ARC cases that covered this module
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# PSARC/2005/189 X client support for XFree86 extensions
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncMODULE_ARC_CASES = PSARC/2005/189
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# PSARC/2007/430 X Resize, Rotate and Reflect (RandR) 1.2
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncMODULE_ARC_CASES += PSARC/2007/430
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# PSARC/2009/269 X Resize, Rotate and Reflect (RandR) 1.3
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncMODULE_ARC_CASES += PSARC/2009/269
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Man pages to apply Sun footer to & attributes to list
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncSUNTOUCHED_MANPAGES=*.man
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncMODULE_STABILITY=Volatile
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Compatibility links from /usr/X11/bin to /usr/bin
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncMODULE_X11_BINCOMPAT_LINKS = xrandr
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncinclude ../Makefile.inc
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Remove xkeystone utility that requires nickle interpreter we don't ship yet
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncremove_xkeystone: $(INSTALL_RULES)
f78b12e570284aa8291f4ca1add24937fd107403vboxsync -rm -f $(PROTODIR)$(MODULE_PREFIX)/bin/xkeystone
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncinstall: remove_xkeystone
f78b12e570284aa8291f4ca1add24937fd107403vboxsync