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