Makefile revision 1479
369N/A###############################################################################
369N/A#
369N/A# Xfont Makefile
369N/A#
369N/A# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
369N/A#
369N/A# Permission is hereby granted, free of charge, to any person obtaining a
369N/A# copy of this software and associated documentation files (the "Software"),
369N/A# to deal in the Software without restriction, including without limitation
369N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
369N/A# and/or sell copies of the Software, and to permit persons to whom the
369N/A# Software is furnished to do so, subject to the following conditions:
369N/A#
369N/A# The above copyright notice and this permission notice (including the next
369N/A# paragraph) shall be included in all copies or substantial portions of the
369N/A# Software.
369N/A#
369N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
369N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
369N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3817N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
369N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
369N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
369N/A# DEALINGS IN THE SOFTWARE.
369N/A#
1244N/A#
369N/A
369N/A# Package name used in tarballs
618N/AMODULE_NAME=libXfont
1258N/A
618N/A# Version number (used in path names)
2899N/AMODULE_VERSION=1.4.7
2899N/A
2899N/A# Checksums for upstream tarball
2899N/ATARBALL_MD5 = b21ee5739d5d2e5028b302fbf9fe630b
2899N/ATARBALL_SHA1 = 77f60d0a2190cb36c07c2217693f46d5e8942ca2
2899N/ATARBALL_SHA256= d16ea3541835d296b19cfb05d7e64fc62173d8e7eb93284402ec761b951d1543
2899N/A
2899N/A# Patches to apply to source after unpacking, in order
2899N/ASOURCE_PATCHES = ps-fonts.patch,-p1
2899N/ASOURCE_PATCHES += upstream-backports.patch,-p1
2899N/A
2899N/A# Library name
2899N/ALIBNAME=Xfont
2899N/A
2899N/A# Man pages to apply Sun footer to & attributes to list
4968N/A#SUNTOUCHED_MANPAGES=man/*.man
4968N/AMODULE_STABILITY=Project Private
4968N/ALIB_MAN_SUFFIX=3xfont
4968N/A
4968N/A# ARC cases that covered this module
4968N/A# PSARC 2003/094 Bitmap Font File Compression Formats
4968N/AMODULE_ARC_CASES = PSARC/2003/094
4968N/A
4968N/A# Additional configure script options to select the modules we use
4968N/AMODULE_CONFIG_OPTS= --enable-freetype --disable-type1 --disable-cid \
3817N/A --disable-speedo --enable-fontcache --enable-fc --enable-builtins \
2899N/A --with-bzip2
2899N/A
1498N/A# pkg-config files that need to have -R added
1498N/AFIX_PC_FILES=xfont.pc.in
1498N/A
1498N/A# Install in private subdir
1498N/AMODULE_ADD_LIB_SUBDIR=$(X11_SERVERLIBS_SUBDIR)
369N/A
369N/A# Need to link with libfontenc in server private directory
4194N/AMODULE_LDFLAGS= -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR)
4194N/A
4194N/A# Link with version mapfile
4194N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
369N/A
369N/Ainclude ../Makefile.inc
369N/A
369N/A