Makefile revision 1068
78N/A###############################################################################
78N/A#
78N/A# xkill 1.x Makefile
78N/A#
78N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
78N/A#
78N/A# Permission is hereby granted, free of charge, to any person obtaining a
78N/A# copy of this software and associated documentation files (the "Software"),
78N/A# to deal in the Software without restriction, including without limitation
78N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
78N/A# and/or sell copies of the Software, and to permit persons to whom the
78N/A# Software is furnished to do so, subject to the following conditions:
78N/A#
78N/A# The above copyright notice and this permission notice (including the next
78N/A# paragraph) shall be included in all copies or substantial portions of the
78N/A# Software.
78N/A#
78N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
78N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
78N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5307N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
78N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
78N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
78N/A# DEALINGS IN THE SOFTWARE.
78N/A#
5307N/A#
618N/A
78N/A# Package name used in tarballs
1438N/AMODULE_NAME=xkill
844N/A
5307N/A# Version number (used in path names)
78N/AMODULE_VERSION=1.0.3
1258N/A
78N/A# Checksums for upstream tarball
5307N/ATARBALL_MD5 = e7f0d57b6ba49c384e9cf8c9ff3243c1
2899N/ATARBALL_SHA1 = bab7b9c7f3bc053d743eb339cf5fa496bace57e5
3817N/A
3817N/A# Patches to apply to source after unpacking, in order
3817N/ASOURCE_PATCHES =
78N/A
4741N/A# Man pages to apply Sun footer to & attributes to list
4741N/ASUNTOUCHED_MANPAGES=*.man
4741N/AMODULE_STABILITY=Committed
4741N/A
4741N/A# Compatibility links from /usr/X11/bin to /usr/bin
4741N/AMODULE_X11_BINCOMPAT_LINKS = xkill
4741N/A
4741N/Ainclude ../Makefile.inc
2342N/A