Makefile revision 943
6988b3c9a24f46e053cd8de93b010199fa470254jim###############################################################################
6988b3c9a24f46e053cd8de93b010199fa470254jim# Xcursor 1.x Makefile
6988b3c9a24f46e053cd8de93b010199fa470254jim# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
349af90d35df141de9f6eef9ca4feed545c93431jim# Permission is hereby granted, free of charge, to any person obtaining a
6988b3c9a24f46e053cd8de93b010199fa470254jim# copy of this software and associated documentation files (the "Software"),
4e191199a0aeab09d78df8f5579e745572e8b7bcwsanchez# to deal in the Software without restriction, including without limitation
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim# the rights to use, copy, modify, merge, publish, distribute, sublicense,
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim# and/or sell copies of the Software, and to permit persons to whom the
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim# Software is furnished to do so, subject to the following conditions:
4e191199a0aeab09d78df8f5579e745572e8b7bcwsanchez# The above copyright notice and this permission notice (including the next
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim# paragraph) shall be included in all copies or substantial portions of the
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim# Software.
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
52da115a47affa898750b7bd0784e2104478dafdwsanchez# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
6988b3c9a24f46e053cd8de93b010199fa470254jim# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6988b3c9a24f46e053cd8de93b010199fa470254jim# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
353a646825b211670860c41f5b5e508e76698522jim# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6988b3c9a24f46e053cd8de93b010199fa470254jim# DEALINGS IN THE SOFTWARE.
6988b3c9a24f46e053cd8de93b010199fa470254jim# Package name used in tarballs
349af90d35df141de9f6eef9ca4feed545c93431jim# Version number (used in path names)
d7a688d7e9b8599b4eba1901fd5fe5f752ce7adcjim# Checksums for upstream tarball
d7a688d7e9b8599b4eba1901fd5fe5f752ce7adcjim# Patches to apply to source after unpacking, in order
353a646825b211670860c41f5b5e508e76698522jim# Library name
349af90d35df141de9f6eef9ca4feed545c93431jim# Man pages to apply Sun footer to & attributes to list
942f9b7d835bb864a76719c131efcf3861450c96jerenkrantz# pkg-config files that need to have -R added
942f9b7d835bb864a76719c131efcf3861450c96jerenkrantz# Use /usr/share/icons only, not /usr/X11/share, for consistency with GNOME
acd876b8000ff4112cfecb981491b3789b06e753jwoolleyMODULE_CONFIG_OPTS=--with-icondir=/usr/share/icons \
acd876b8000ff4112cfecb981491b3789b06e753jwoolley --with-cursorpath='~/.icons:/usr/share/icons:/usr/share/pixmaps'