Makefile revision 919
1de5f8f80930dc322688010740c7dfe56eb035b0Mark Andrews###############################################################################
1de5f8f80930dc322688010740c7dfe56eb035b0Mark Andrews# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
7a253b705ccbc30821253e7a124658623f10c499Mark Andrews# Use is subject to license terms.
f6476fa52240e3c8278ac4a27fa2cc8a5b7a3e3bMark Andrews# Permission is hereby granted, free of charge, to any person obtaining a
f6476fa52240e3c8278ac4a27fa2cc8a5b7a3e3bMark Andrews# copy of this software and associated documentation files (the "Software"),
f6476fa52240e3c8278ac4a27fa2cc8a5b7a3e3bMark Andrews# to deal in the Software without restriction, including without limitation
cd1e58c339b2a6709d543a525de0c995bf8b5868Mark Andrews# the rights to use, copy, modify, merge, publish, distribute, sublicense,
cd1e58c339b2a6709d543a525de0c995bf8b5868Mark Andrews# and/or sell copies of the Software, and to permit persons to whom the
cd1e58c339b2a6709d543a525de0c995bf8b5868Mark Andrews# Software is furnished to do so, subject to the following conditions:
a05f23d07e1b60a1d88119678111a47014480611Mark Andrews# The above copyright notice and this permission notice (including the next
a05f23d07e1b60a1d88119678111a47014480611Mark Andrews# paragraph) shall be included in all copies or substantial portions of the
429e23d2f56d28d86439f75c13cda2b4ac5ab67bMark Andrews# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
c5c825bf07a00a2478afd9400e9f8534457980b0Mark Andrews# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
c5c825bf07a00a2478afd9400e9f8534457980b0Mark Andrews# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
c5c825bf07a00a2478afd9400e9f8534457980b0Mark Andrews# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
aaa42824d2d1f5cc4add01f0191e3784ee0f7396Mark Andrews# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
43da7565913277c020ded34d6ee2139998b743b6Mark Andrews# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
43da7565913277c020ded34d6ee2139998b743b6Mark Andrews# DEALINGS IN THE SOFTWARE.
25820cf1d110ec22cec5f6be5257aabe6853ca92Evan Hunt# Package name used in tarballs
99cce386a489671727a737b3748937cf3a0676e8Evan Hunt# Version number (used in path names)
99cce386a489671727a737b3748937cf3a0676e8Evan Hunt# Checksums for upstream tarball
819b98479eff49ed93f57f4d65eb0ffe72136adcMark AndrewsTARBALL_SHA1 = 13fe07a669dd93dfdb08717a03efe47936ab9cea
819b98479eff49ed93f57f4d65eb0ffe72136adcMark Andrews# Install to separate directory for easier packaging
819b98479eff49ed93f57f4d65eb0ffe72136adcMark AndrewsMODULE_CONFIG_OPTS= --with-fontdir='$(X11_FONT_DIR)/isas'
113e0b7819103f02d5a16bad1b7356587d866ac2Mark Andrews### Include common rulesets