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