Makefile revision 919
c40265eba0c99708887d68e67901924065ba2514Brian Wellington###############################################################################
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson# xrdb 1.x Makefile
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Use is subject to license terms.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Permission is hereby granted, free of charge, to any person obtaining a
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# copy of this software and associated documentation files (the "Software"),
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# to deal in the Software without restriction, including without limitation
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# the rights to use, copy, modify, merge, publish, distribute, sublicense,
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# and/or sell copies of the Software, and to permit persons to whom the
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Software is furnished to do so, subject to the following conditions:
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# The above copyright notice and this permission notice (including the next
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# paragraph) shall be included in all copies or substantial portions of the
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# DEALINGS IN THE SOFTWARE.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Package name used in tarballs
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Version number (used in path names)
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Checksums for upstream tarball
c40265eba0c99708887d68e67901924065ba2514Brian WellingtonTARBALL_MD5 = 8dd881cd5a7dcb6e456549817f0fb475
c40265eba0c99708887d68e67901924065ba2514Brian WellingtonTARBALL_SHA1 = e4faff5e02b3027298dc589e318a6dc7eb30a6d5
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Patches to apply to source after unpacking, in order
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Man pages to apply Sun footer to & attributes to list
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Specify which cpp to use instead of depending on builder's $PATH