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