Makefile revision 1276
2187N/A###############################################################################
2187N/A#
2187N/A# xload 1.x Makefile
2187N/A#
2187N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
2187N/A#
2187N/A# Permission is hereby granted, free of charge, to any person obtaining a
2187N/A# copy of this software and associated documentation files (the "Software"),
2187N/A# to deal in the Software without restriction, including without limitation
2187N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2187N/A# and/or sell copies of the Software, and to permit persons to whom the
2187N/A# Software is furnished to do so, subject to the following conditions:
2187N/A#
2187N/A# The above copyright notice and this permission notice (including the next
2187N/A# paragraph) shall be included in all copies or substantial portions of the
2187N/A# Software.
2187N/A#
2187N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2187N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2187N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2187N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2187N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2187N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2187N/A# DEALINGS IN THE SOFTWARE.
2187N/A#
2187N/A#
2187N/A
2187N/A# Package name used in tarballs
2187N/AMODULE_NAME=xload
2187N/A
2187N/A# pkg(5) name we deliver the files in (override default)
2520N/AMODULE_PKGNAME=diagnostic/xload
2187N/AMODULE_PKGNAME_SET=yes
2520N/A
2187N/A# Package classification (override default)
2520N/AMODULE_PKGCLASS=Applications/System Utilities
2488N/AMODULE_PKGCLASS_SET=yes
2187N/A
2187N/A# Version number (used in path names)
2520N/AMODULE_VERSION=1.1.1
2488N/A
2520N/A# Checksums for upstream tarball
2520N/ATARBALL_MD5 = ccc788704d66fcbe4e3e8755a600264c
2187N/ATARBALL_SHA1 = 50f6ee958e6fb609af92cf9403e7bd68720575cb
2488N/ATARBALL_SHA256= de12f0991ef124c291e0416ca8417073fe47328e9221d4be8e4076fcee151450
2187N/A
2187N/A# Patches to apply to source after unpacking, in order
2520N/ASOURCE_PATCHES =
2520N/A
2488N/A# Man pages to apply Sun footer to & attributes to list
2187N/ASUNTOUCHED_MANPAGES = man/xload.man
2187N/AMODULE_STABILITY=Committed
2187N/A
2187N/A# Specify which cpp to use instead of depending on builder's $PATH
2187N/AMODULE_CONFIG_OPTS = --with-cpp=/usr/lib/cpp
2187N/A
2187N/AMODULE_ADD_INSTALL_TARGETS=install_po
2187N/A
2554N/A# Compatibility links from /usr/X11/bin to /usr/bin
2554N/AMODULE_X11_BINCOMPAT_LINKS = xload
2554N/A
2554N/Ainclude ../Makefile.inc
2554N/A
2554N/Ainstall_po:
2554N/A mkdir -p $(PROTODIR)$(X11_LC_MESSAGES_DIR)
2520N/A cp -f xload.po $(PROTODIR)$(X11_LC_MESSAGES_DIR)
2520N/A
2520N/A