Makefile revision 943
080575042aba2197b425ebfd52061dea061a9aa1xy###############################################################################
080575042aba2197b425ebfd52061dea061a9aa1xy#
080575042aba2197b425ebfd52061dea061a9aa1xy# xstdcmap 1.x Makefile
080575042aba2197b425ebfd52061dea061a9aa1xy#
080575042aba2197b425ebfd52061dea061a9aa1xy# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
080575042aba2197b425ebfd52061dea061a9aa1xy#
080575042aba2197b425ebfd52061dea061a9aa1xy# Permission is hereby granted, free of charge, to any person obtaining a
080575042aba2197b425ebfd52061dea061a9aa1xy# copy of this software and associated documentation files (the "Software"),
080575042aba2197b425ebfd52061dea061a9aa1xy# to deal in the Software without restriction, including without limitation
080575042aba2197b425ebfd52061dea061a9aa1xy# the rights to use, copy, modify, merge, publish, distribute, sublicense,
080575042aba2197b425ebfd52061dea061a9aa1xy# and/or sell copies of the Software, and to permit persons to whom the
080575042aba2197b425ebfd52061dea061a9aa1xy# Software is furnished to do so, subject to the following conditions:
080575042aba2197b425ebfd52061dea061a9aa1xy#
080575042aba2197b425ebfd52061dea061a9aa1xy# The above copyright notice and this permission notice (including the next
080575042aba2197b425ebfd52061dea061a9aa1xy# paragraph) shall be included in all copies or substantial portions of the
080575042aba2197b425ebfd52061dea061a9aa1xy# Software.
080575042aba2197b425ebfd52061dea061a9aa1xy#
080575042aba2197b425ebfd52061dea061a9aa1xy# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
080575042aba2197b425ebfd52061dea061a9aa1xy# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
080575042aba2197b425ebfd52061dea061a9aa1xy# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
080575042aba2197b425ebfd52061dea061a9aa1xy# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
080575042aba2197b425ebfd52061dea061a9aa1xy# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
080575042aba2197b425ebfd52061dea061a9aa1xy# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
080575042aba2197b425ebfd52061dea061a9aa1xy# DEALINGS IN THE SOFTWARE.
080575042aba2197b425ebfd52061dea061a9aa1xy#
080575042aba2197b425ebfd52061dea061a9aa1xy#
080575042aba2197b425ebfd52061dea061a9aa1xy
080575042aba2197b425ebfd52061dea061a9aa1xy# Package name used in tarballs
080575042aba2197b425ebfd52061dea061a9aa1xyMODULE_NAME=xstdcmap
080575042aba2197b425ebfd52061dea061a9aa1xy
080575042aba2197b425ebfd52061dea061a9aa1xy# Version number (used in path names)
080575042aba2197b425ebfd52061dea061a9aa1xyMODULE_VERSION=1.0.1
080575042aba2197b425ebfd52061dea061a9aa1xy
080575042aba2197b425ebfd52061dea061a9aa1xy# Checksums for upstream tarball
080575042aba2197b425ebfd52061dea061a9aa1xyTARBALL_MD5 = 86ab558441edfb86f853639e4290a754
080575042aba2197b425ebfd52061dea061a9aa1xyTARBALL_SHA1 = cb222bca38c5f739bdda9f2d66a023b531c51f93
080575042aba2197b425ebfd52061dea061a9aa1xy
080575042aba2197b425ebfd52061dea061a9aa1xy# Patches to apply to source after unpacking, in order
080575042aba2197b425ebfd52061dea061a9aa1xySOURCE_PATCHES = 6661101.patch
080575042aba2197b425ebfd52061dea061a9aa1xy
080575042aba2197b425ebfd52061dea061a9aa1xy# Man pages to apply Sun footer to & attributes to list
080575042aba2197b425ebfd52061dea061a9aa1xySUNTOUCHED_MANPAGES=*.man
080575042aba2197b425ebfd52061dea061a9aa1xySUN_PACKAGE=SUNWxwplt
080575042aba2197b425ebfd52061dea061a9aa1xyMODULE_STABILITY=Committed
080575042aba2197b425ebfd52061dea061a9aa1xy
080575042aba2197b425ebfd52061dea061a9aa1xyinclude ../Makefile.inc
080575042aba2197b425ebfd52061dea061a9aa1xy