Makefile revision 919
1317N/A###############################################################################
5789N/A#
1317N/A# xkill 1.x Makefile
1317N/A#
1317N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
5789N/A# Use is subject to license terms.
146N/A#
146N/A# Permission is hereby granted, free of charge, to any person obtaining a
146N/A# copy of this software and associated documentation files (the "Software"),
5789N/A# to deal in the Software without restriction, including without limitation
5789N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
5789N/A# and/or sell copies of the Software, and to permit persons to whom the
5789N/A# Software is furnished to do so, subject to the following conditions:
5789N/A#
5789N/A# The above copyright notice and this permission notice (including the next
5789N/A# paragraph) shall be included in all copies or substantial portions of the
5789N/A# Software.
146N/A#
5789N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5789N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1317N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1317N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5789N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5789N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5789N/A# DEALINGS IN THE SOFTWARE.
5789N/A#
5789N/A#
5789N/A
5789N/A# Package name used in tarballs
5789N/AMODULE_NAME=xkill
5789N/A
5789N/A# Version number (used in path names)
5789N/AMODULE_VERSION=1.0.2
5789N/A
5789N/A# Checksums for upstream tarball
5789N/ATARBALL_MD5 = dca031355b4afcf8517a8258eeb730c3
5789N/ATARBALL_SHA1 = 90f08652859daf71b682c3b9163ebf72ce88c4bc
5789N/A
5789N/A# Patches to apply to source after unpacking, in order
5789N/ASOURCE_PATCHES =
5789N/A
5789N/A# Man pages to apply Sun footer to & attributes to list
5789N/ASUNTOUCHED_MANPAGES=*.man
5789N/ASUN_PACKAGE=SUNWxwopt
5789N/AMODULE_STABILITY=Committed
5789N/A
5789N/Ainclude ../Makefile.inc
5789N/A