Makefile revision 970
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilson###############################################################################
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilson#
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# xstdcmap 1.x Makefile
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift#
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift#
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# Permission is hereby granted, free of charge, to any person obtaining a
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# copy of this software and associated documentation files (the "Software"),
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# to deal in the Software without restriction, including without limitation
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# and/or sell copies of the Software, and to permit persons to whom the
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# Software is furnished to do so, subject to the following conditions:
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift#
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# The above copyright notice and this permission notice (including the next
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# paragraph) shall be included in all copies or substantial portions of the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# Software.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# DEALINGS IN THE SOFTWARE.
8fd3bbe5654a26bb33b1a3bbfd158f272ee0d18cludovicp#
ff2835d14868672e6192c19f768bceda1a7b635cludo#
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilson# Package name used in tarballs
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swiftMODULE_NAME=xstdcmap
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# pkg(5) name we deliver the files in (override default)
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swiftMODULE_PKGNAME=x11/utility/colormap-utilities
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilsonMODULE_PKGNAME_SET=yes
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilson
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilson# Version number (used in path names)
352c98b25863ad38331837b2e062a1cd0428490alfrostMODULE_VERSION=1.0.1
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilson# Checksums for upstream tarball
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swiftTARBALL_MD5 = 86ab558441edfb86f853639e4290a754
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swiftTARBALL_SHA1 = cb222bca38c5f739bdda9f2d66a023b531c51f93
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift# Patches to apply to source after unpacking, in order
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swiftSOURCE_PATCHES = 6661101.patch
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swift
352c98b25863ad38331837b2e062a1cd0428490alfrost# Man pages to apply Sun footer to & attributes to list
352c98b25863ad38331837b2e062a1cd0428490alfrostSUNTOUCHED_MANPAGES=*.man
188a85993cf1cf9925338176e5f27b95a5891c50matthew_swiftMODULE_STABILITY=Committed
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilson
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilson# Compatibility links from /usr/X11/bin to /usr/bin
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilsonMODULE_X11_BINCOMPAT_LINKS = xstdcmap
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilson
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilsoninclude ../Makefile.inc
8748aa9ebbff51bd67265f644fc1ae8bf0efb737neil_a_wilson