Makefile revision 1276
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts###############################################################################
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# Permission is hereby granted, free of charge, to any person obtaining a
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# copy of this software and associated documentation files (the "Software"),
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# to deal in the Software without restriction, including without limitation
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# the rights to use, copy, modify, merge, publish, distribute, sublicense,
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# and/or sell copies of the Software, and to permit persons to whom the
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# Software is furnished to do so, subject to the following conditions:
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# The above copyright notice and this permission notice (including the next
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# paragraph) shall be included in all copies or substantial portions of the
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# DEALINGS IN THE SOFTWARE.
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# Package name used in tarballs
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# pkg(5) name we deliver the files in (override default)
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# Package classification (override default)
ae38b3b0c7668321cd32405f4ad510601d6f1276James PhillpottsMODULE_PKGCLASS=Applications/System Utilities
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# ARC cases that covered this module
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# PSARC/2010/219 lndir
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# Version number (used in path names)
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# Checksums for upstream tarball
ae38b3b0c7668321cd32405f4ad510601d6f1276James PhillpottsTARBALL_MD5 = a47bcd6cecda1a6ebd3395926ea4f53a
ae38b3b0c7668321cd32405f4ad510601d6f1276James PhillpottsTARBALL_SHA1 = fc71a6ff2cc0a1065cfb608796ffd6b4f0ce76fe
ae38b3b0c7668321cd32405f4ad510601d6f1276James PhillpottsTARBALL_SHA256= 49f4fab0de8d418db4ce80dad34e9b879a4199f3e554253a8e1ab68f7c7cb65d
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# Patches to apply to source after unpacking, in order
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts# Man pages to apply Sun footer to & attributes to list
ae38b3b0c7668321cd32405f4ad510601d6f1276James Phillpotts### Include common rulesets