Makefile revision 1339
366N/A###############################################################################
366N/A#
366N/A# xpr - utility to print xwd window dump images
366N/A#
366N/A# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
366N/A#
366N/A# Permission is hereby granted, free of charge, to any person obtaining a
366N/A# copy of this software and associated documentation files (the "Software"),
366N/A# to deal in the Software without restriction, including without limitation
366N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
366N/A# and/or sell copies of the Software, and to permit persons to whom the
366N/A# Software is furnished to do so, subject to the following conditions:
366N/A#
366N/A# The above copyright notice and this permission notice (including the next
366N/A# paragraph) shall be included in all copies or substantial portions of the
366N/A# Software.
366N/A#
366N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
366N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
366N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
366N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
366N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
366N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
366N/A# DEALINGS IN THE SOFTWARE.
366N/A#
366N/A#
366N/A
366N/A# Package name used in tarballs
1345N/AMODULE_NAME=xpr
366N/A
366N/A# pkg(5) name we deliver the files in (override default)
919N/AMODULE_PKGNAME=x11/x11-window-dump
919N/AMODULE_PKGNAME_SET=yes
919N/A
919N/A# Package metadata
919N/AMODULE_DESC = the xpr utility to print xwd window dump images
366N/A
919N/A# Version number (used in path names)
919N/AMODULE_VERSION=1.0.4
919N/A
366N/A# Checksums for upstream tarball
919N/ATARBALL_MD5 = 6101f04731ffd40803df80eca274ec4b
919N/ATARBALL_SHA1 = 0645404e9aa2c9f979e4d006c483633bf6cfc2d9
919N/ATARBALL_SHA256= fed98df31eb93d3dca4688cb535aabad06be572e70ace3b1685679c18dd86cb5
919N/A
919N/A# Patches to apply to source after unpacking, in order
919N/ASOURCE_PATCHES += 6724753.patch,-p1
919N/A
366N/A# Allow linker to skip linking to libm if compiler inlined all math functions
366N/AMODULE_LDFLAGS = -z ignore
366N/A
366N/A# Man pages to apply Sun footer to & attributes to list
366N/ASUNTOUCHED_MANPAGES=*.man
366N/AMODULE_STABILITY=Committed
366N/A
366N/A# ARC cases that covered this module
366N/A# PSARC/2002/435 xpr Paper Size Option
366N/AMODULE_ARC_CASES = PSARC/2002/435
366N/A
366N/A# Compatibility links from /usr/X11/bin to /usr/bin
366N/AMODULE_X11_BINCOMPAT_LINKS = xpr xdpr
366N/A
366N/Ainclude ../Makefile.inc
366N/A