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