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