Makefile revision 1068
4087N/A###############################################################################
4087N/A#
4087N/A# xstdcmap 1.x Makefile
4087N/A#
4087N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
4087N/A#
4087N/A# Permission is hereby granted, free of charge, to any person obtaining a
4087N/A# copy of this software and associated documentation files (the "Software"),
5147N/A# to deal in the Software without restriction, including without limitation
4246N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4246N/A# and/or sell copies of the Software, and to permit persons to whom the
142N/A# Software is furnished to do so, subject to the following conditions:
288N/A#
288N/A# The above copyright notice and this permission notice (including the next
288N/A# paragraph) shall be included in all copies or substantial portions of the
288N/A# Software.
288N/A#
288N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
142N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4246N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
288N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5147N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4246N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
288N/A# DEALINGS IN THE SOFTWARE.
288N/A#
1833N/A#
4246N/A
1833N/A# Package name used in tarballs
142N/AMODULE_NAME=xstdcmap
5147N/A
# pkg(5) name we deliver the files in (override default)
MODULE_PKGNAME=x11/colormap-utilities
MODULE_PKGNAME_SET=yes
# Version number (used in path names)
MODULE_VERSION=1.0.2
# Checksums for upstream tarball
TARBALL_MD5 = ee97f0cbb80e321c914dc7bc5d49960a
TARBALL_SHA1 = 32374e671e5cdd4d55bd7f3f6619cc5b5267fda8
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES =
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=*.man
MODULE_STABILITY=Committed
# Compatibility links from /usr/X11/bin to /usr/bin
MODULE_X11_BINCOMPAT_LINKS = xstdcmap
include ../Makefile.inc