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