Makefile revision 1124
c366016ffe1788c6847d0a967a954713725cab5evboxsync###############################################################################
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# xf86-input-void 1.x Makefile
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Permission is hereby granted, free of charge, to any person obtaining a
a4cfbcb8be3204e7008a72ae39af7fb7a52ea372vboxsync# copy of this software and associated documentation files (the "Software"),
c366016ffe1788c6847d0a967a954713725cab5evboxsync# to deal in the Software without restriction, including without limitation
c366016ffe1788c6847d0a967a954713725cab5evboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
c366016ffe1788c6847d0a967a954713725cab5evboxsync# and/or sell copies of the Software, and to permit persons to whom the
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Software is furnished to do so, subject to the following conditions:
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# The above copyright notice and this permission notice (including the next
c366016ffe1788c6847d0a967a954713725cab5evboxsync# paragraph) shall be included in all copies or substantial portions of the
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Software.
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
c366016ffe1788c6847d0a967a954713725cab5evboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
c366016ffe1788c6847d0a967a954713725cab5evboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
c366016ffe1788c6847d0a967a954713725cab5evboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
c366016ffe1788c6847d0a967a954713725cab5evboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
c366016ffe1788c6847d0a967a954713725cab5evboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
c366016ffe1788c6847d0a967a954713725cab5evboxsync# DEALINGS IN THE SOFTWARE.
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Package name used in tarballs
c366016ffe1788c6847d0a967a954713725cab5evboxsyncMODULE_NAME=xf86-input-void
ea2250e8dde0b8e53740df560de83a5cd07eed56vboxsync
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Version number (used in path names)
c366016ffe1788c6847d0a967a954713725cab5evboxsyncMODULE_VERSION=1.4.0
c366016ffe1788c6847d0a967a954713725cab5evboxsync
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Checksums for upstream tarball
c366016ffe1788c6847d0a967a954713725cab5evboxsyncTARBALL_MD5 = 93821f21e807260b05431c62437a8b32
c366016ffe1788c6847d0a967a954713725cab5evboxsyncTARBALL_SHA1 = 49b462d3acb16337eaf78202d4074f19d5e20b29
c366016ffe1788c6847d0a967a954713725cab5evboxsync
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Patches to apply to source after unpacking, in order
c366016ffe1788c6847d0a967a954713725cab5evboxsyncSOURCE_PATCHES =
36ebaddfec017eee7e82ee466c25de002cdc4231vboxsync
7eaf45ffccb9b2c2845da8b78f8dca01aa49382bvboxsync# Man pages to apply Sun footer to & attributes to list
c366016ffe1788c6847d0a967a954713725cab5evboxsyncSUNTOUCHED_MANPAGES=man/*.man
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsyncMODULE_STABILITY=Volatile
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsyncinclude ../Makefile.inc
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync