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