Makefile revision 919
78N/A###############################################################################
78N/A#
78N/A# xkill 1.x Makefile
78N/A#
78N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
78N/A# Use is subject to license terms.
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,
844N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
78N/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#
618N/A#
78N/A
78N/A# Package name used in tarballs
844N/AMODULE_NAME=xkill
844N/A
78N/A# Version number (used in path names)
78N/AMODULE_VERSION=1.0.2
78N/A
78N/A# Checksums for upstream tarball
78N/ATARBALL_MD5 = dca031355b4afcf8517a8258eeb730c3
78N/ATARBALL_SHA1 = 90f08652859daf71b682c3b9163ebf72ce88c4bc
78N/A
78N/A# Patches to apply to source after unpacking, in order
78N/ASOURCE_PATCHES =
78N/A
78N/A# Man pages to apply Sun footer to & attributes to list
78N/ASUNTOUCHED_MANPAGES=*.man
78N/ASUN_PACKAGE=SUNWxwopt
78N/AMODULE_STABILITY=Committed
78N/A
78N/Ainclude ../Makefile.inc
78N/A