Makefile revision 1124
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun###############################################################################
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun#
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun# xf86-input-acecad 1.x Makefile
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun#
d28579afd45cc42da1422161721fb12f9cf366b9nd# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor#
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# Permission is hereby granted, free of charge, to any person obtaining a
0066eddda7203f6345b56f77d146a759298dc635gryzor# copy of this software and associated documentation files (the "Software"),
4b311579b2c8aebac85fb7cb8ac89e6c37b4bc1asf# to deal in the Software without restriction, including without limitation
50c04f297d76a57ead2fa6b73845f7563b1fc788sf# the rights to use, copy, modify, merge, publish, distribute, sublicense,
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# and/or sell copies of the Software, and to permit persons to whom the
0066eddda7203f6345b56f77d146a759298dc635gryzor# Software is furnished to do so, subject to the following conditions:
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor#
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun# The above copyright notice and this permission notice (including the next
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun# paragraph) shall be included in all copies or substantial portions of the
cc8190433d13f5e9de618c5d7f10c824c0c1919cgryzor# Software.
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun#
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0066eddda7203f6345b56f77d146a759298dc635gryzor# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a29610af88e278144045bfa1bc63b4a1a4b5ff14trawick# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
fbad7185dd78ec6e09c5b191693deda9d4bfa08cgryzor# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun# DEALINGS IN THE SOFTWARE.
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun#
0066eddda7203f6345b56f77d146a759298dc635gryzor#
0066eddda7203f6345b56f77d146a759298dc635gryzor
0066eddda7203f6345b56f77d146a759298dc635gryzor# Package name used in tarballs
1982fbecb99335961659b9961d47f2425bf142abgryzorMODULE_NAME=xf86-input-acecad
0066eddda7203f6345b56f77d146a759298dc635gryzor
3e6b8c7840a46cdccd46b7a4b1902c2bc82f6cc2gryzor# Version number (used in path names)
78f97ce162b66a0dbfd7af4dcd9984f162569b04minfrinMODULE_VERSION=1.5.0
0734f81384d5f2528bb119f89d135043a280d5b2minfrin
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun# Checksums for upstream tarball
c04f76acce77126cf88b09350e56ea8c6b4a064enilgunTARBALL_MD5 = a03721cae66c475e5f6513fa51142869
c04f76acce77126cf88b09350e56ea8c6b4a064enilgunTARBALL_SHA1 = 410cee68e4435dc95774fb389fcefae1b2ffe3d1
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun
7906201913b68fe78b9d6a22ab33bf21d82c490eminfrin# Patches to apply to source after unpacking, in order
c04f76acce77126cf88b09350e56ea8c6b4a064enilgunSOURCE_PATCHES =
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun# Man pages to apply Sun footer to & attributes to list
c04f76acce77126cf88b09350e56ea8c6b4a064enilgunSUNTOUCHED_MANPAGES=man/*.man
4f372d1b10414884e2526724169d6027468ea473gryzorMODULE_STABILITY=Volatile
2f39535ac2206b346dcfbcaf271e3addc901f520rbowen
d28579afd45cc42da1422161721fb12f9cf366b9ndinclude ../Makefile.inc
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun