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