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