Makefile revision 943
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller###############################################################################
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# Permission is hereby granted, free of charge, to any person obtaining a
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# copy of this software and associated documentation files (the "Software"),
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# to deal in the Software without restriction, including without limitation
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# the rights to use, copy, modify, merge, publish, distribute, sublicense,
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# and/or sell copies of the Software, and to permit persons to whom the
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# Software is furnished to do so, subject to the following conditions:
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# The above copyright notice and this permission notice (including the next
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# paragraph) shall be included in all copies or substantial portions of the
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a20f25a11beaf0445cc53f4d56537cef3d26281eBrendan Mmiller# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
f39dc15e901a18aaac2ef6ca0d668bff5d35a9e4Brendan Mmiller# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
f39dc15e901a18aaac2ef6ca0d668bff5d35a9e4Brendan Mmiller# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21dcdac963f79c098a5ea1a2c5c5e109429c9786Brendan Miller# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21dcdac963f79c098a5ea1a2c5c5e109429c9786Brendan Miller# DEALINGS IN THE SOFTWARE.
bfd9faff49961e9db7b92f310d59923fd6234372Brendan Mmiller# Package name used in tarballs
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# Version number (used in path names)
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# Checksums for upstream tarball
3a666413480ef97101461705e1f47cbab0266301Brendan MmillerTARBALL_MD5 = 664df71cb510b744b4a10e778445c37b
3a666413480ef97101461705e1f47cbab0266301Brendan MmillerTARBALL_SHA1 = 0e9ffbc738072ca832cdf5f82bff071c67b71825
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller# Directory to install to
3a666413480ef97101461705e1f47cbab0266301Brendan MmillerMODULE_CONFIG_OPTS=--with-fontdir=$(TRUETYPE_FONT_DIR)/bh-luxi
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller### Include common rulesets