Makefile revision 935
4bff34e37def8a90f9194d81bc345c52ba20086athurlow###############################################################################
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# xf86-input-keyboard 1.x Makefile
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Use is subject to license terms.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Permission is hereby granted, free of charge, to any person obtaining a
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# copy of this software and associated documentation files (the "Software"),
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# to deal in the Software without restriction, including without limitation
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# and/or sell copies of the Software, and to permit persons to whom the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Software is furnished to do so, subject to the following conditions:
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# The above copyright notice and this permission notice (including the next
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# paragraph) shall be included in all copies or substantial portions of the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Software.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# DEALINGS IN THE SOFTWARE.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Package name used in tarballs
4bff34e37def8a90f9194d81bc345c52ba20086athurlowMODULE_NAME=xf86-input-keyboard
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Version number (used in path names)
4bff34e37def8a90f9194d81bc345c52ba20086athurlowMODULE_VERSION=1.4.0
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Checksums for upstream tarball
4bff34e37def8a90f9194d81bc345c52ba20086athurlowTARBALL_MD5 = fd17158ffeacecc8cc670604460cb98b
4bff34e37def8a90f9194d81bc345c52ba20086athurlowTARBALL_SHA1 = 5061fdaff8b7ddcbcca82f065c4abbfff255a1da
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Patches to apply to source after unpacking, in order
4bff34e37def8a90f9194d81bc345c52ba20086athurlowSOURCE_PATCHES = \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow 6886424.patch \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow 6897086.patch
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Man pages to apply Sun footer to & attributes to list
4bff34e37def8a90f9194d81bc345c52ba20086athurlowSUNTOUCHED_MANPAGES=man/*.man
4bff34e37def8a90f9194d81bc345c52ba20086athurlowSUN_PACKAGE=SUNWxorg-server
4bff34e37def8a90f9194d81bc345c52ba20086athurlowMODULE_STABILITY=Volatile
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Rossinclude ../Makefile.inc
4bff34e37def8a90f9194d81bc345c52ba20086athurlow