Makefile revision 1356
44be2a82d1be2bebf786473e4b09142e64020bd6vboxsync###############################################################################
44be2a82d1be2bebf786473e4b09142e64020bd6vboxsync#
44be2a82d1be2bebf786473e4b09142e64020bd6vboxsync# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
44be2a82d1be2bebf786473e4b09142e64020bd6vboxsync#
27efd9329f6a90f7cacf840031e5305f98975960vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
27efd9329f6a90f7cacf840031e5305f98975960vboxsync# copy of this software and associated documentation files (the "Software"),
03d95f0cb2f0d5150afe682f9b2e3fda29dc9cbbvboxsync# to deal in the Software without restriction, including without limitation
03d95f0cb2f0d5150afe682f9b2e3fda29dc9cbbvboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
03d95f0cb2f0d5150afe682f9b2e3fda29dc9cbbvboxsync# and/or sell copies of the Software, and to permit persons to whom the
03d95f0cb2f0d5150afe682f9b2e3fda29dc9cbbvboxsync# Software is furnished to do so, subject to the following conditions:
27efd9329f6a90f7cacf840031e5305f98975960vboxsync#
27efd9329f6a90f7cacf840031e5305f98975960vboxsync# The above copyright notice and this permission notice (including the next
7aaee03c1ea56a523fe64f674a5ff3da31c27c48vboxsync# paragraph) shall be included in all copies or substantial portions of the
7aaee03c1ea56a523fe64f674a5ff3da31c27c48vboxsync# Software.
7aaee03c1ea56a523fe64f674a5ff3da31c27c48vboxsync#
7aaee03c1ea56a523fe64f674a5ff3da31c27c48vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7aaee03c1ea56a523fe64f674a5ff3da31c27c48vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7aaee03c1ea56a523fe64f674a5ff3da31c27c48vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
460ec25fd6142d040369ba8a86b928936e7da08cvboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
460ec25fd6142d040369ba8a86b928936e7da08cvboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
460ec25fd6142d040369ba8a86b928936e7da08cvboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
460ec25fd6142d040369ba8a86b928936e7da08cvboxsync# DEALINGS IN THE SOFTWARE.
460ec25fd6142d040369ba8a86b928936e7da08cvboxsync#
460ec25fd6142d040369ba8a86b928936e7da08cvboxsync#
b5c54fea3b0b605abd04782cc858e1f030ff4a29vboxsync
98b57301cf15ff5f95eaf7bc8b81e57750026b8evboxsync# Package name used in tarballs
f3dd47993f29190065ac0cdaa4a0800642825822vboxsyncMODULE_NAME=xf86driproto
98b57301cf15ff5f95eaf7bc8b81e57750026b8evboxsync
365b40dec2ed01d9983d29e276e7431c5a4a9c18vboxsync# Version number (used in path names)
98b57301cf15ff5f95eaf7bc8b81e57750026b8evboxsyncMODULE_VERSION=2.1.1
ed9e399bf577a6863708163e88c4ba19b673e246vboxsync
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync# Checksums for upstream tarball
f3dd47993f29190065ac0cdaa4a0800642825822vboxsyncTARBALL_MD5 = 1d716d0dac3b664e5ee20c69d34bc10e
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsyncTARBALL_SHA1 = 23e861f40ba0f0cbbfd7db7ba2ef623762ffca17
104ee9b130538e40654d7732282799493cdd5e7dvboxsync
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES=
# Package metadata
MODULE_DESC = headers & documentation for XFree86-DRI extension to the X11 protocol
### Include common rulesets
include ../Makefile.inc