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