Makefile revision 965
2374N/A###############################################################################
2374N/A#
2374N/A# Xft 2.x Makefile
2374N/A#
2374N/A# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
2374N/A#
2374N/A# Permission is hereby granted, free of charge, to any person obtaining a
2374N/A# copy of this software and associated documentation files (the "Software"),
2374N/A# to deal in the Software without restriction, including without limitation
2374N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2374N/A# and/or sell copies of the Software, and to permit persons to whom the
2374N/A# Software is furnished to do so, subject to the following conditions:
2374N/A#
2374N/A# The above copyright notice and this permission notice (including the next
2374N/A# paragraph) shall be included in all copies or substantial portions of the
2374N/A# Software.
2374N/A#
2374N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2374N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2374N/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
2374N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2374N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2374N/A# DEALINGS IN THE SOFTWARE.
2374N/A#
2374N/A#
2374N/A
2374N/A# Package name used in tarballs
2374N/AMODULE_NAME=libXft
2374N/A
2374N/A# Version number (used in path names)
2374N/AMODULE_VERSION=2.1.14
2374N/A
2374N/A# Checksums for upstream tarball
2374N/ATARBALL_MD5 = 254e62a233491e0e1251636536163e20
2374N/ATARBALL_SHA1 = e08ae6b1f56e160179b9f141b4ab799333ec725e
2899N/A
2899N/A# Patches to apply to source after unpacking, in order
3817N/ASOURCE_PATCHES = \
3817N/A xftcore-6261221.patch \
3817N/A 6872780.patch
2374N/A
2428N/A# Library name (used for specfiles/mapfiles)
2428N/ALIBNAME=Xft
2428N/A
2374N/A# Man pages to apply Sun footer to & attributes to list
2374N/ASUNTOUCHED_MANPAGES=man/Xft.3.in man/Xft.3
2374N/ASUN_PACKAGE=SUNWxwxft
2374N/AMODULE_STABILITY=Volatile
2374N/ALIB_MAN_SUFFIX=3
2374N/A
2374N/A
2374N/A# Mapfile used to control which symbols are exported
2374N/AXFT_MAPFILE=$(PWD)/mapfile.scope
2374N/AMODULE_LD_OPTIONS = -M$(XFT_MAPFILE)
2374N/A
4337N/A# pkg-config files that need to have -R added
4337N/AFIX_PC_FILES=xft.pc.in
2374N/A
3817N/Ainclude ../Makefile.inc
3817N/A
3817N/A