Makefile revision 1444
7f007e36bec06aba6b3a0f84a64f2abf99edfcd8gstein###############################################################################
4ca13a5e126946272f02637e268a8e09193c553ecoar#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# xman - manual page browser
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
dec8fb7a4d03d8f0f485af9556bbd2b3f385696ejerenkrantz#
dec8fb7a4d03d8f0f485af9556bbd2b3f385696ejerenkrantz# Permission is hereby granted, free of charge, to any person obtaining a
4a257be29f8aeab984fe5622fa69e0b2aab204d7jerenkrantz# copy of this software and associated documentation files (the "Software"),
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# to deal in the Software without restriction, including without limitation
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# the rights to use, copy, modify, merge, publish, distribute, sublicense,
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# and/or sell copies of the Software, and to permit persons to whom the
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# Software is furnished to do so, subject to the following conditions:
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley#
571760de5e60c0b459cb11be45507b923cd023eejwoolley# The above copyright notice and this permission notice (including the next
571760de5e60c0b459cb11be45507b923cd023eejwoolley# paragraph) shall be included in all copies or substantial portions of the
9180a5933673ffb1af633c255ceee029340f3b1erbb# Software.
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb#
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein# DEALINGS IN THE SOFTWARE.
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick#
6f6f4a4bca281779d196acbdd5c017bb90858305trawick#
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick# Package name used in tarballs
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbbMODULE_NAME=xman
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj# Version number (used in path names)
2a6c49cfaef5979a5a06098f3ce987cd76769409manojMODULE_VERSION=1.1.3
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699slive# Checksums for upstream tarball
af4c982a7cf4515f124935f99a329744035fc699sliveTARBALL_MD5 = 77d6489d46ed4a0729f3bdc9a0bfc50f
af4c982a7cf4515f124935f99a329744035fc699sliveTARBALL_SHA1 = 9d83b14869ffadfda3407a2ab3b5fee13f667366
af4c982a7cf4515f124935f99a329744035fc699sliveTARBALL_SHA256= 405211b606a7fa420029897f099dc107791bb4c29bc88481c6efac9c4590bb1a
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699slive# Patches to apply to source after unpacking, in order
2a6c49cfaef5979a5a06098f3ce987cd76769409manojSOURCE_PATCHES = 6708109.patch,-p1
531c23ff01a2489646f0a2029097013b328d935agsteinSOURCE_PATCHES += groff.patch,-p1
7fe18c15b669db9d191859695901dc4fcf3829dawrowe
7fe18c15b669db9d191859695901dc4fcf3829dawrowe# Man pages to apply Sun footer to & attributes to list
7fe18c15b669db9d191859695901dc4fcf3829dawroweSUNTOUCHED_MANPAGES=man/xman.man
b84f66c93f820824b1d5455181f55598b766319cwroweMODULE_STABILITY=Committed
7fe18c15b669db9d191859695901dc4fcf3829dawrowe
976501adbc040220270f7d1d77c4b8373033be69wroweMODULE_ADD_INSTALL_TARGETS = install_po
976501adbc040220270f7d1d77c4b8373033be69wrowe
976501adbc040220270f7d1d77c4b8373033be69wrowe# Compatibility links from /usr/X11/bin to /usr/bin
976501adbc040220270f7d1d77c4b8373033be69wroweMODULE_X11_BINCOMPAT_LINKS = xman
976501adbc040220270f7d1d77c4b8373033be69wrowe
b84f66c93f820824b1d5455181f55598b766319cwroweinclude ../Makefile.inc
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbbinstall_po:
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb mkdir -p $(PROTODIR)$(X11_LC_MESSAGES_DIR)
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb cp -f xman.po $(PROTODIR)$(X11_LC_MESSAGES_DIR)
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb