Makefile revision 970
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki##############################################################################
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki#
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki# xprop 1.x Makefile
1fc594205bd58583a2660536729eb684f5cb7932nd#
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
acc36ab93565d2880447d535da6ca6e5feac7a70nd#
031b91a62d25106ae69d4693475c79618dd5e884fielding# Permission is hereby granted, free of charge, to any person obtaining a
031b91a62d25106ae69d4693475c79618dd5e884fielding# copy of this software and associated documentation files (the "Software"),
031b91a62d25106ae69d4693475c79618dd5e884fielding# to deal in the Software without restriction, including without limitation
031b91a62d25106ae69d4693475c79618dd5e884fielding# the rights to use, copy, modify, merge, publish, distribute, sublicense,
031b91a62d25106ae69d4693475c79618dd5e884fielding# and/or sell copies of the Software, and to permit persons to whom the
031b91a62d25106ae69d4693475c79618dd5e884fielding# Software is furnished to do so, subject to the following conditions:
acc36ab93565d2880447d535da6ca6e5feac7a70nd#
acc36ab93565d2880447d535da6ca6e5feac7a70nd# The above copyright notice and this permission notice (including the next
acc36ab93565d2880447d535da6ca6e5feac7a70nd# paragraph) shall be included in all copies or substantial portions of the
acc36ab93565d2880447d535da6ca6e5feac7a70nd# Software.
acc36ab93565d2880447d535da6ca6e5feac7a70nd#
acc36ab93565d2880447d535da6ca6e5feac7a70nd# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
acc36ab93565d2880447d535da6ca6e5feac7a70nd# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
acc36ab93565d2880447d535da6ca6e5feac7a70nd# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
acc36ab93565d2880447d535da6ca6e5feac7a70nd# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
acc36ab93565d2880447d535da6ca6e5feac7a70nd# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
acc36ab93565d2880447d535da6ca6e5feac7a70nd# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
acc36ab93565d2880447d535da6ca6e5feac7a70nd# DEALINGS IN THE SOFTWARE.
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki#
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki#
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki# Package name used in tarballs
75429b361faff4e3109d7e5962f70d2d65271f60yoshikiMODULE_NAME=xprop
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki# Version number (used in path names)
498e8a909bc308283d3713bb348246fe51de059cyoshikiMODULE_VERSION=1.1.0
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki# Checksums for upstream tarball
75429b361faff4e3109d7e5962f70d2d65271f60yoshikiTARBALL_MD5 = f0bacbd30f0dd1c1e9ccafe97687b7a4
75429b361faff4e3109d7e5962f70d2d65271f60yoshikiTARBALL_SHA1 = 16b377c76a4a010200063a056e7a5e244ab6ff00
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki# Patches to apply to source after unpacking, in order
75429b361faff4e3109d7e5962f70d2d65271f60yoshikiSOURCE_PATCHES =
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki# pkg(5) name we deliver the files in (override default)
75429b361faff4e3109d7e5962f70d2d65271f60yoshikiMODULE_PKGNAME=x11/utility/x11-server-utilities
75429b361faff4e3109d7e5962f70d2d65271f60yoshikiMODULE_PKGNAME_SET=yes
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki# ARC cases that covered this module
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki# LSARC/2008/048 xprop -set
c56cb4ef5e801a51bc6d5c18cb6e8bef7efa6d47yoshikiMODULE_ARC_CASES = LSARC/2008/048
c56cb4ef5e801a51bc6d5c18cb6e8bef7efa6d47yoshiki
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki# Man pages to apply Sun footer to & attributes to list
75429b361faff4e3109d7e5962f70d2d65271f60yoshikiSUNTOUCHED_MANPAGES=*.man
75429b361faff4e3109d7e5962f70d2d65271f60yoshikiMODULE_STABILITY=Committed
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki# Compatibility links from /usr/X11/bin to /usr/bin
75429b361faff4e3109d7e5962f70d2d65271f60yoshikiMODULE_X11_BINCOMPAT_LINKS = xprop
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki
75429b361faff4e3109d7e5962f70d2d65271f60yoshikiinclude ../Makefile.inc
75429b361faff4e3109d7e5962f70d2d65271f60yoshiki