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