Makefile revision 919
325N/A###############################################################################
325N/A#
325N/A# xf86-input-mouse 1.x Makefile
325N/A#
325N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
325N/A# Use is subject to license terms.
325N/A#
325N/A# Permission is hereby granted, free of charge, to any person obtaining a
325N/A# copy of this software and associated documentation files (the "Software"),
325N/A# to deal in the Software without restriction, including without limitation
325N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
325N/A# and/or sell copies of the Software, and to permit persons to whom the
325N/A# Software is furnished to do so, subject to the following conditions:
325N/A#
325N/A# The above copyright notice and this permission notice (including the next
325N/A# paragraph) shall be included in all copies or substantial portions of the
325N/A# Software.
325N/A#
325N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
325N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
325N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
325N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
325N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
325N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
325N/A# DEALINGS IN THE SOFTWARE.
325N/A#
325N/A#
325N/A
325N/A# Package name used in tarballs
325N/AMODULE_NAME=xf86-input-mouse
325N/A
325N/A# Version number (used in path names)
493N/AMODULE_VERSION=1.5.0
325N/A
325N/A# Checksums for upstream tarball
325N/ATARBALL_MD5 = c58629fddf0782dad5c02da6aeb35521
493N/ATARBALL_SHA1 = b9213bf745b793a3da2c946ea4d8ee5768e560f4
325N/A
325N/A# Patches to apply to source after unpacking, in order
493N/ASOURCE_PATCHES = \
325N/A enodev.patch \
325N/A 6892799.patch \
325N/A 6920647.patch
325N/A
325N/A# Man pages to apply Sun footer to & attributes to list
325N/ASUNTOUCHED_MANPAGES=man/*.man
493N/ASUN_PACKAGE=SUNWxorg-server
493N/AMODULE_STABILITY=Volatile
325N/A
325N/A# Libraries/modules to link with
325N/AMODULE_LD_OPTIONS= -lm
# Additional install rules beyond what upstream installs
MODULE_ADD_INSTALL_TARGETS=install_docs
include ../Makefile.inc
install_docs: $(INSTALL_DEPS)
mkdir -p $(PROTODIR)$(X11_DOC_DIR)
cp -p $(SOURCE_DIR)/README $(PROTODIR)$(X11_DOC_DIR)/README.mouse