Makefile revision 1381
48c0c81cd6fabac9d3386406d97633780365b839coar###############################################################################
d1655c31ba938cd6c5b5497a1e3cb149fc39f767jerenkrantz#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Xfont Makefile
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
71ffc89cc2529041f7c2d60fcfd2b2324264708ajerenkrantz#
2cc7cdffce670f2ae1bd4ae502b2c19481487dbejerenkrantz# Permission is hereby granted, free of charge, to any person obtaining a
d89c116f82699294ca744125723651c554bc5925wrowe# copy of this software and associated documentation files (the "Software"),
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron# to deal in the Software without restriction, including without limitation
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4a257be29f8aeab984fe5622fa69e0b2aab204d7jerenkrantz# and/or sell copies of the Software, and to permit persons to whom the
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# Software is furnished to do so, subject to the following conditions:
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz#
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# The above copyright notice and this permission notice (including the next
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# paragraph) shall be included in all copies or substantial portions of the
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# Software.
571760de5e60c0b459cb11be45507b923cd023eejwoolley#
571760de5e60c0b459cb11be45507b923cd023eejwoolley# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9180a5933673ffb1af633c255ceee029340f3b1erbb# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# DEALINGS IN THE SOFTWARE.
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb#
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb#
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick# Package name used in tarballs
6f6f4a4bca281779d196acbdd5c017bb90858305trawickMODULE_NAME=libXfont
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick# Version number (used in path names)
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbbMODULE_VERSION=1.4.7
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj# Checksums for upstream tarball
2a6c49cfaef5979a5a06098f3ce987cd76769409manojTARBALL_MD5 = b21ee5739d5d2e5028b302fbf9fe630b
af4c982a7cf4515f124935f99a329744035fc699sliveTARBALL_SHA1 = 77f60d0a2190cb36c07c2217693f46d5e8942ca2
af4c982a7cf4515f124935f99a329744035fc699sliveTARBALL_SHA256= d16ea3541835d296b19cfb05d7e64fc62173d8e7eb93284402ec761b951d1543
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699slive# Patches to apply to source after unpacking, in order
af4c982a7cf4515f124935f99a329744035fc699sliveSOURCE_PATCHES= ps-fonts.patch,-p1
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699slive# Library name
10270f6f94b2069d0d357805c140a9897449b9ccianhLIBNAME=Xfont
4b62424416882687387923b3130b96241503cbe0jerenkrantz
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz# Man pages to apply Sun footer to & attributes to list
d1655c31ba938cd6c5b5497a1e3cb149fc39f767jerenkrantz#SUNTOUCHED_MANPAGES=man/*.man
d1655c31ba938cd6c5b5497a1e3cb149fc39f767jerenkrantzMODULE_STABILITY=Project Private
d1655c31ba938cd6c5b5497a1e3cb149fc39f767jerenkrantzLIB_MAN_SUFFIX=3xfont
d1655c31ba938cd6c5b5497a1e3cb149fc39f767jerenkrantz
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz# ARC cases that covered this module
4b62424416882687387923b3130b96241503cbe0jerenkrantz# PSARC 2003/094 Bitmap Font File Compression Formats
4b62424416882687387923b3130b96241503cbe0jerenkrantzMODULE_ARC_CASES = PSARC/2003/094
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe# Additional configure script options to select the modules we use
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wroweMODULE_CONFIG_OPTS= --enable-freetype --disable-type1 --disable-cid \
d9727cc4149ec5b9a235f165749361dee128024djerenkrantz --disable-speedo --enable-fontcache --enable-fc --enable-builtins \
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe --with-bzip2
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe# pkg-config files that need to have -R added
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wroweFIX_PC_FILES=xfont.pc.in
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaron
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe# Install in private subdir
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wroweMODULE_ADD_LIB_SUBDIR=$(X11_SERVERLIBS_SUBDIR)
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe# Need to link with libfontenc in server private directory
7fe18c15b669db9d191859695901dc4fcf3829dawroweMODULE_LDFLAGS= -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR)
7fe18c15b669db9d191859695901dc4fcf3829dawrowe
7fe18c15b669db9d191859695901dc4fcf3829dawrowe# Link with version mapfile
b84f66c93f820824b1d5455181f55598b766319cwroweMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
7fe18c15b669db9d191859695901dc4fcf3829dawrowe
976501adbc040220270f7d1d77c4b8373033be69wroweinclude ../Makefile.inc
976501adbc040220270f7d1d77c4b8373033be69wrowe
976501adbc040220270f7d1d77c4b8373033be69wrowe