Makefile revision 1652
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn###############################################################################
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Fontconfig - Font configuration and customization library
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved.
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Permission is hereby granted, free of charge, to any person obtaining a
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# copy of this software and associated documentation files (the "Software"),
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# to deal in the Software without restriction, including without limitation
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# the rights to use, copy, modify, merge, publish, distribute, sublicense,
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# and/or sell copies of the Software, and to permit persons to whom the
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Software is furnished to do so, subject to the following conditions:
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# The above copyright notice and this permission notice (including the next
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# paragraph) shall be included in all copies or substantial portions of the
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# DEALINGS IN THE SOFTWARE.
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Package name used in tarballs
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Package metadata
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbnMODULE_DESC = the FontConfig font configuration and customization library
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# pkg(5) name we deliver the files in (override default)
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Package classification (override default)
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# ARC cases that covered this module
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# LSARC/2003/273 fontconfig library
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# PSARC/2004/752 X Consolidation conversion to SMF
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# LSARC/2006/485 fontconfig Hide/Only/Poor (HOP) language matching
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# LSARC/2007/532 fc-match
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# LSARC/2008/140 fontconfig 2.5.0
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# PSARC/2010/162 fontconfig 2.8.0
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# PSARC/2015/035 Moving fontconfig utilities to LP64 by default
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# PSARC/2015/527 Fontconfig 2.11.94
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Package metadata
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Version number (used in path names)
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Checksums for upstream tarball
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbnTARBALL_SHA1 = 30d832b754fb10a3b70ebac750a38a0275438ad8
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbnTARBALL_SHA256 = b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Download site for source
SOURCE_PATCHES = \
# Upstream uses ac_pthread.m4 which insists on using -mt & -lpthread on Solaris
-rm -f $@
mkdir $@
$(FONTCONFIG_RBAC_AUTH) \