Makefile revision 970
5cd4555ad444fd391002ae32450572054369fd42Rob Austein###############################################################################
5cd4555ad444fd391002ae32450572054369fd42Rob Austein#
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# xauth 1.x Makefile
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson#
030aac3dbc57f99bad1d251b0783890ff0369952Automatic Updater# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# Permission is hereby granted, free of charge, to any person obtaining a
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# copy of this software and associated documentation files (the "Software"),
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# to deal in the Software without restriction, including without limitation
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# the rights to use, copy, modify, merge, publish, distribute, sublicense,
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# and/or sell copies of the Software, and to permit persons to whom the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Software is furnished to do so, subject to the following conditions:
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# The above copyright notice and this permission notice (including the next
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# paragraph) shall be included in all copies or substantial portions of the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Software.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
030aac3dbc57f99bad1d251b0783890ff0369952Automatic Updater# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
072440df4f65033eb058c06f2cc72be450606720Jeremy Reed# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# DEALINGS IN THE SOFTWARE.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein#
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein#
072440df4f65033eb058c06f2cc72be450606720Jeremy Reed
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Package name used in tarballs
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinMODULE_NAME=xauth
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# pkg(5) name we deliver the files in (override default)
072440df4f65033eb058c06f2cc72be450606720Jeremy ReedMODULE_PKGNAME=x11/session/$(MODULE_NAME)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinMODULE_PKGNAME_SET=yes
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Version number (used in path names)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinMODULE_VERSION=1.0.4
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Checksums for upstream tarball
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinTARBALL_MD5 = fa00078c414c4a57cab7a6d89a0c8734
26e2a07a0b6a3b1eccef82ba31270d0c54ad4f06Mark AndrewsTARBALL_SHA1 = 90d32f28bb61ca6d831dcc35429a5ad53be73283
c1a883f2e04d94e99c433b1f6cfd0c0338f4ed85Mark Andrews
030aac3dbc57f99bad1d251b0783890ff0369952Automatic Updater# Patches to apply to source after unpacking, in order
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinSOURCE_PATCHES =
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Man pages to apply Sun footer to & attributes to list
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinSUNTOUCHED_MANPAGES=*.man
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinMODULE_STABILITY=Committed
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# ARC cases that covered this module
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# PSARC/2004/469 xauth -n
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinMODULE_ARC_CASES = PSARC/2004/469
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Compatibility links from /usr/X11/bin to /usr/bin
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinMODULE_X11_BINCOMPAT_LINKS = xauth
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeininclude ../Makefile.inc
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein