Makefile revision 1276
550N/A###############################################################################
550N/A#
550N/A# xhost - utility for mananging X server access control lists
550N/A#
550N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
550N/A#
550N/A# Permission is hereby granted, free of charge, to any person obtaining a
550N/A# copy of this software and associated documentation files (the "Software"),
550N/A# to deal in the Software without restriction, including without limitation
550N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
550N/A# and/or sell copies of the Software, and to permit persons to whom the
550N/A# Software is furnished to do so, subject to the following conditions:
550N/A#
550N/A# The above copyright notice and this permission notice (including the next
550N/A# paragraph) shall be included in all copies or substantial portions of the
550N/A# Software.
550N/A#
550N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
550N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
550N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
550N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
550N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
550N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
550N/A# DEALINGS IN THE SOFTWARE.
550N/A#
550N/A#
550N/A
550N/A# Package name used in tarballs
550N/AMODULE_NAME=xhost
550N/A
550N/A# pkg(5) name we deliver the files in (override default)
550N/AMODULE_PKGNAME=x11/x11-server-utilities
550N/AMODULE_PKGNAME_SET=yes
550N/A
550N/A# Version number (used in path names)
550N/AMODULE_VERSION=1.0.5
550N/A
550N/A# Checksums for upstream tarball
550N/ATARBALL_MD5 = a0fcd2cb6ddd9f378944cc6f4f83cd7c
550N/ATARBALL_SHA1 = c9ad0447c709fc7a9a2afbbca712cf47fbb29757
550N/ATARBALL_SHA256= 2870d19f3f4867ead5ba4e35bb73d1fa302be29d812c13e4195066c78d1f8850
550N/A
550N/A# Patches to apply to source after unpacking, in order
550N/ASOURCE_PATCHES += xhost.patch,-p1
550N/ASOURCE_PATCHES += manual.patch,-p1
550N/A
550N/A# Man pages to apply Sun footer to & attributes to list
550N/ASUNTOUCHED_MANPAGES = man/xhost.man
550N/AMODULE_STABILITY=Committed
# ARC cases that covered this module
# PSARC/2001/108 X11 Over IPv6
MODULE_ARC_CASES = PSARC/2001/108
MODULE_ADD_INSTALL_TARGETS = install_po
# Compatibility links from /usr/X11/bin to /usr/bin
MODULE_X11_BINCOMPAT_LINKS = xhost
include ../Makefile.inc
install_po:
mkdir -p $(PROTODIR)$(X11_LC_MESSAGES_DIR)
cp -f xhost.po $(PROTODIR)$(X11_LC_MESSAGES_DIR)