Makefile revision 1276
606N/A###############################################################################
606N/A#
606N/A# xcmsdb - Device Color Characterization utility
606N/A#
606N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
606N/A#
606N/A# Permission is hereby granted, free of charge, to any person obtaining a
606N/A# copy of this software and associated documentation files (the "Software"),
606N/A# to deal in the Software without restriction, including without limitation
606N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
606N/A# and/or sell copies of the Software, and to permit persons to whom the
606N/A# Software is furnished to do so, subject to the following conditions:
606N/A#
606N/A# The above copyright notice and this permission notice (including the next
606N/A# paragraph) shall be included in all copies or substantial portions of the
606N/A# Software.
606N/A#
606N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
606N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
606N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
606N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
606N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
606N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
606N/A# DEALINGS IN THE SOFTWARE.
606N/A#
606N/A#
606N/A
606N/A# Package name used in tarballs
606N/AMODULE_NAME=xcmsdb
606N/A
606N/A# pkg(5) name we deliver the files in (override default)
606N/AMODULE_PKGNAME=x11/x11-server-utilities
606N/AMODULE_PKGNAME_SET=yes
606N/A
606N/A# Version number (used in path names)
606N/AMODULE_VERSION=1.0.4
606N/A
606N/A# Checksums for upstream tarball
606N/ATARBALL_MD5 = 5812be48cbbec1068e7b718eec801766
606N/ATARBALL_SHA1 = a633f76af38ea40b33d55c3ac820fd19f17f9428
606N/ATARBALL_SHA256= e460b9bee74200fac42294ae3762308b8c6024186d317f70a36acf41c338ba0e
606N/A
606N/A# Patches to apply to source after unpacking, in order
606N/ASOURCE_PATCHES =
606N/A
606N/A# Man pages to apply Sun footer to & attributes to list
606N/ASUNTOUCHED_MANPAGES = man/xcmsdb.man
606N/AMODULE_STABILITY=Committed
606N/A
606N/A# ARC cases that covered this module
606N/A# PSARC/1992/173 - Update MIT-based Clients to X11R5 Level
606N/AMODULE_ARC_CASES = PSARC/1992/173
606N/A
606N/A# Compatibility links from /usr/X11/bin to /usr/bin
606N/AMODULE_X11_BINCOMPAT_LINKS = xcmsdb
606N/A
606N/Ainclude ../Makefile.inc
606N/A