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