Makefile revision 1068
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess###############################################################################
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess#
63c21144c05821a22c5c084c6163d9e5fe224d94kess# viewres 1.x Makefile
e1b7b8d87b22c020c01d97d3913da97f2efec94and#
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
a3d2b657dd7ca66251b562b6a82c2335135b9172nd#
6fbd2e53c97ea6976d93e0ac521adabc55e0fb73nd# Permission is hereby granted, free of charge, to any person obtaining a
a3d2b657dd7ca66251b562b6a82c2335135b9172nd# copy of this software and associated documentation files (the "Software"),
a3d2b657dd7ca66251b562b6a82c2335135b9172nd# to deal in the Software without restriction, including without limitation
a3d2b657dd7ca66251b562b6a82c2335135b9172nd# the rights to use, copy, modify, merge, publish, distribute, sublicense,
a3d2b657dd7ca66251b562b6a82c2335135b9172nd# and/or sell copies of the Software, and to permit persons to whom the
a3d2b657dd7ca66251b562b6a82c2335135b9172nd# Software is furnished to do so, subject to the following conditions:
a3d2b657dd7ca66251b562b6a82c2335135b9172nd#
a3d2b657dd7ca66251b562b6a82c2335135b9172nd# The above copyright notice and this permission notice (including the next
a3d2b657dd7ca66251b562b6a82c2335135b9172nd# paragraph) shall be included in all copies or substantial portions of the
a3d2b657dd7ca66251b562b6a82c2335135b9172nd# Software.
a3d2b657dd7ca66251b562b6a82c2335135b9172nd#
a3d2b657dd7ca66251b562b6a82c2335135b9172nd# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
a3d2b657dd7ca66251b562b6a82c2335135b9172nd# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a3d2b657dd7ca66251b562b6a82c2335135b9172nd# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
a3d2b657dd7ca66251b562b6a82c2335135b9172nd# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess# DEALINGS IN THE SOFTWARE.
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess#
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess#
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess# Package name used in tarballs
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekessMODULE_NAME=viewres
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess# pkg(5) name we deliver the files in (override default)
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekessMODULE_PKGNAME=x11/xt-resource-utilities
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekessMODULE_PKGNAME_SET=yes
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess# Version number (used in path names)
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekessMODULE_VERSION=1.0.3
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess# Checksums for upstream tarball
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekessTARBALL_MD5 = c9d15462c0190dce61d04a6717dd7622
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekessTARBALL_SHA1 = 383ff3cc93340b246e9fee29cad605478399eb62
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess# Patches to apply to source after unpacking, in order
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekessSOURCE_PATCHES =
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess# Man pages to apply Sun footer to & attributes to list
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekessSUNTOUCHED_MANPAGES=*.man
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekessMODULE_STABILITY=Committed
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess# Compatibility links from /usr/X11/bin to /usr/bin
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekessMODULE_X11_BINCOMPAT_LINKS = viewres
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekessinclude ../Makefile.inc
4be0f2d2988dc74815a5f9f4a308fbef2c29674ekess