Makefile revision 905
1185N/A###############################################################################
1185N/A#
1185N/A# Fontconfig 2.x Makefile
1185N/A#
1185N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
1185N/A# Use is subject to license terms.
1185N/A#
1185N/A# Permission is hereby granted, free of charge, to any person obtaining a
1185N/A# copy of this software and associated documentation files (the
1185N/A# "Software"), to deal in the Software without restriction, including
1185N/A# without limitation the rights to use, copy, modify, merge, publish,
1185N/A# distribute, and/or sell copies of the Software, and to permit persons
1185N/A# to whom the Software is furnished to do so, provided that the above
1185N/A# copyright notice(s) and this permission notice appear in all copies of
1185N/A# the Software and that both the above copyright notice(s) and this
1185N/A# permission notice appear in supporting documentation.
1185N/A#
1185N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1220N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1185N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1185N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
1458N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
1185N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
1185N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
1185N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
1185N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1185N/A#
1185N/A# Except as contained in this notice, the name of a copyright holder
1185N/A# shall not be used in advertising or otherwise to promote the sale, use
1185N/A# or other dealings in this Software without prior written authorization
1185N/A# of the copyright holder.
1185N/A#
1244N/A# ident "@(#)Makefile 1.88 09/12/01 SMI"
1244N/A#
1185N/A
1198N/A# Package name used in tarballs
1213N/AMODULE_NAME=fontconfig
1185N/A
1194N/A# Version number (used in path names)
1194N/AMODULE_VERSION=2.7.3
1185N/A
1185N/A# Source tarball
1367N/ASOURCE_TARBALL_NAME=fontconfig-$(MODULE_VERSION).tar.gz
1185N/ASOURCE_TARBALL_NAME_SET=yes
1185N/ASOURCE_UNCOMPRESS=gzcat
1185N/A
1185N/A# Download site for source
1185N/ASOURCE_URL=http://fontconfig.org/release/$(SOURCE_TARBALL_NAME)
1185N/ASOURCE_URL_SET=yes
1185N/A
1185N/A# Patches to apply to source after unpacking, in order
1470N/ASOURCE_PATCHES=fontconfig-$(MODULE_VERSION)-fonts.conf.patch,-p1 \
1185N/A Makefile.am.0.patch,-p1 \
1185N/A 6770058.patch,-p1
1185N/A
1185N/A# Library name (used for specfiles/mapfiles)
1185N/ALIBNAME=fontconfig
1185N/A
1194N/A# Man pages to apply Sun footer to & attributes to list
1185N/ASUNTOUCHED_MANPAGES=*/*.1 doc/*.3 doc/*.5
1185N/ASUN_PACKAGE=SUNWfontconfig
1190N/AMODULE_STABILITY=Volatile
1367N/ALIB_MAN_SUFFIX=3fontconfig
1367N/AMODULE_MTLEVEL=Unknown
1367N/AMODULE_MTLEVEL_set=yes
1185N/A
1190N/A# Install to /usr, not /usr/X11
1190N/AMODULE_PREFIX=/usr
1190N/AMODULE_PREFIX_SET=yes
1185N/A
1190N/A# Additional command line options to GNU autoconf configure script
1185N/AMODULE_CONFIG_OPTS = \
1185N/A --with-confdir=/etc/fonts \
1185N/A --with-default-fonts='/usr/share/fonts' \
1185N/A --with-add-fonts='/etc/X11/fontpath.d,/usr/share/ghostscript/fonts,/usr/X11/lib/X11/fonts' \
1190N/A --with-freetype-config=$(PROTODIR)/usr/bin$(LIBSUBDIR)/freetype-config \
1185N/A --with-cache-dir=/var/cache/fontconfig
1185N/A
1185N/A# Need to use GNU Make to build
1210N/AMODULE_MAKE=$(GNUMAKE)
1185N/AMODULE_MAKE_SET=yes
1185N/A
1185N/A# Paths to find libraries
1470N/AMODULE_BUILD_ENV = LD_LIBRARY_PATH=$(PROTODIR)/usr/lib$(LIBSUBDIR) \
1185N/A LD_RUN_PATH=/usr/lib$(LIBSUBDIR) $(DOC_PATH)
1185N/A
1185N/A# Need to rebuild autoconf/automake files
1185N/AAUTORECONF=yes
1185N/A
1185N/A# Path to install fc-cache manifest & method script
1185N/AFONTCONFIG_SMF_MANIFEST_dir=$(PROTODIR)/var/svc/manifest/application/font
1185N/AFONTCONFIG_SMF_MANIFEST=$(FONTCONFIG_SMF_MANIFEST_dir)/fc-cache.xml
1185N/AFONTCONFIG_SMF_METHOD_dir=$(PROTODIR)/lib/svc/method
1185N/AFONTCONFIG_SMF_METHOD=$(FONTCONFIG_SMF_METHOD_dir)/fc-cache
1185N/A
1185N/A# Sun specification configuration files to be installed in /etc/fonts/conf.d
1185N/AFONTCONFIG_CONFDIR = $(PROTODIR)/etc/fonts/conf.avail
1185N/ASUN_CONFFILES = 20-indic.conf 49-sun-preuser.conf 90-sun-prefer-bitmap.conf
1185N/AFONTCONFIG_SUN_CONFFILES = $(SUN_CONFFILES:%=$(FONTCONFIG_CONFDIR)/%)
1185N/A
1213N/A# Additional targets to install beyond the default_install
1185N/AMODULE_ADD_INSTALL_TARGETS = fontconfig-sunman-install \
1244N/A $(FONTCONFIG_SMF_MANIFEST) $(FONTCONFIG_SMF_METHOD) \
1185N/A $(FONTCONFIG_SUN_CONFFILES)
1185N/A
1185N/A# Include common rulesets
1211N/Ainclude ../Makefile.inc
1211N/A
1185N/A$(FONTCONFIG_SMF_MANIFEST): fc-cache.xml
1190N/A /usr/sbin/svccfg validate fc-cache.xml
1185N/A mkdir -p $(FONTCONFIG_SMF_MANIFEST_dir)
1190N/A $(INSTALL_SCRIPT) -c -m 0444 fc-cache.xml $@
1185N/A
1185N/A$(FONTCONFIG_SMF_METHOD): fc-cache.sh
1185N/A mkdir -p $(FONTCONFIG_SMF_METHOD_dir)
1185N/A $(INSTALL_SCRIPT) -c -m 0755 fc-cache.sh $@
1185N/A
1185N/A$(FONTCONFIG_SUN_CONFFILES): $(SUN_CONFFILES)
1185N/A mkdir -p $(PROTODIR)/etc/fonts/conf.d $(PROTODIR)/etc/fonts/conf.avail
1185N/A @f=`basename $@` ; $(START_CMD_ECHO) ; \
1185N/A cp -fp $$f $@ ; \
1185N/A rm -f $(PROTODIR)/etc/fonts/conf.d/$$f ; \
1185N/A ln -sf ../conf.avail/$$f $(PROTODIR)/etc/fonts/conf.d/$$f
1185N/A
1185N/AFC_MAN_DIR=$(PROTODIR)/usr/share/man
1190N/A
1185N/Afontconfig-sunman-install: default_install
1185N/A mkdir -p $(FC_MAN_DIR)/man4 $(FC_MAN_DIR)/man3lib
1185N/A sed -e 's/.TH "FONTS-CONF" "5"/.TH "fonts.conf" "4"/' \
1185N/A -e 's/SUNWfontconfig/SUNWfontconfig-root/' \
1185N/A $(FC_MAN_DIR)/man5/fonts-conf.5 > $(FC_MAN_DIR)/man4/fonts.conf.4
1185N/A -rm -f $(FC_MAN_DIR)/man3lib/libfontconfig.3lib
1185N/A perl -p -e 's/^$$/.LP/;' -e 's/.?\251/\\(co/;' \
1185N/A libfontconfig.3lib $(SOURCE_DIR)/COPYING >> \
1185N/A $(FC_MAN_DIR)/man3lib/libfontconfig.3lib
1185N/A -rm -f $(FC_MAN_DIR)/man1/fc-cache.1
1190N/A cat $(SOURCE_DIR)/fc-cache/fc-cache.1 sunman-notes-fc-cache >> \
1190N/A $(FC_MAN_DIR)/man1/fc-cache.1
1190N/A
1185N/A
1465N/A