Makefile revision 1597
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney###############################################################################
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# xhost - utility for mananging X server access control lists
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Permission is hereby granted, free of charge, to any person obtaining a
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# copy of this software and associated documentation files (the "Software"),
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# to deal in the Software without restriction, including without limitation
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# and/or sell copies of the Software, and to permit persons to whom the
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Software is furnished to do so, subject to the following conditions:
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# The above copyright notice and this permission notice (including the next
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# paragraph) shall be included in all copies or substantial portions of the
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# DEALINGS IN THE SOFTWARE.
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Package name used in tarballs
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# pkg(5) name we deliver the files in (override default)
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Package metadata
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyMODULE_DESC = the xhost utility for mananging X server access control lists
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Version number (used in path names)
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Checksums for upstream tarball
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyTARBALL_SHA1 = 8abfb0554e14a074f0dbfdda4919880e088545cb
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyTARBALL_SHA256= 93e619ee15471f576cfb30c663e18f5bc70aca577a63d2c2c03f006a7837c29a
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Patches to apply to source after unpacking, in order
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Man pages to apply Sun footer to & attributes to list
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# ARC cases that covered this module
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# PSARC/2001/108 X11 Over IPv6
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Compatibility links from /usr/X11/bin to /usr/bin