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