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