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