Makefile revision 1339
346af0930020342df40a1ca8d13eb185ad48067evboxsync###############################################################################
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Permission is hereby granted, free of charge, to any person obtaining a
346af0930020342df40a1ca8d13eb185ad48067evboxsync# copy of this software and associated documentation files (the "Software"),
346af0930020342df40a1ca8d13eb185ad48067evboxsync# to deal in the Software without restriction, including without limitation
346af0930020342df40a1ca8d13eb185ad48067evboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
346af0930020342df40a1ca8d13eb185ad48067evboxsync# and/or sell copies of the Software, and to permit persons to whom the
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Software is furnished to do so, subject to the following conditions:
346af0930020342df40a1ca8d13eb185ad48067evboxsync# The above copyright notice and this permission notice (including the next
346af0930020342df40a1ca8d13eb185ad48067evboxsync# paragraph) shall be included in all copies or substantial portions of the
346af0930020342df40a1ca8d13eb185ad48067evboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
346af0930020342df40a1ca8d13eb185ad48067evboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
346af0930020342df40a1ca8d13eb185ad48067evboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
346af0930020342df40a1ca8d13eb185ad48067evboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
346af0930020342df40a1ca8d13eb185ad48067evboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
346af0930020342df40a1ca8d13eb185ad48067evboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
346af0930020342df40a1ca8d13eb185ad48067evboxsync# DEALINGS IN THE SOFTWARE.
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Package name used in tarballs
346af0930020342df40a1ca8d13eb185ad48067evboxsync# pkg(5) name we deliver the files in (override default)
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Version number (used in path names)
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Checksums for upstream tarball
346af0930020342df40a1ca8d13eb185ad48067evboxsyncTARBALL_SHA1 = 96b0aa38f88a54ef32ab85d3eef6f29b0437f70d
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Description to include in package metadata
346af0930020342df40a1ca8d13eb185ad48067evboxsyncMODULE_DESC = Font name aliases for X.Org bitmap fonts
346af0930020342df40a1ca8d13eb185ad48067evboxsync### Include common rulesets