Makefile revision 919
8N/A###############################################################################
8N/A#
380N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
8N/A# Use is subject to license terms.
8N/A#
8N/A# Permission is hereby granted, free of charge, to any person obtaining a
8N/A# copy of this software and associated documentation files (the "Software"),
8N/A# to deal in the Software without restriction, including without limitation
8N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8N/A# and/or sell copies of the Software, and to permit persons to whom the
8N/A# Software is furnished to do so, subject to the following conditions:
8N/A#
8N/A# The above copyright notice and this permission notice (including the next
8N/A# paragraph) shall be included in all copies or substantial portions of the
8N/A# Software.
8N/A#
8N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
8N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8N/A# DEALINGS IN THE SOFTWARE.
8N/A#
8N/A#
8N/A
8N/A# Package name used in tarballs
8N/AMODULE_NAME=font-bh-ttf
8N/A
8N/A# Version number (used in path names)
493N/AMODULE_VERSION=1.0.1
8N/A
8N/A# Checksums for upstream tarball
8N/ATARBALL_MD5 = 664df71cb510b744b4a10e778445c37b
253N/ATARBALL_SHA1 = 0e9ffbc738072ca832cdf5f82bff071c67b71825
253N/A
414N/A# Directory to install to
253N/AMODULE_CONFIG_OPTS=--with-fontdir=$(TRUETYPE_FONT_DIR)/bh-luxi
253N/A
253N/A### Include common rulesets
258N/Ainclude ../Makefile.inc
98N/A