Makefile revision 493
18449N/A###############################################################################
18449N/A#
18449N/A# Xfont Makefile
20841N/A#
7900N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
7900N/A# Use subject to license terms.
20841N/A#
10017N/A# Permission is hereby granted, free of charge, to any person obtaining a
8191N/A# copy of this software and associated documentation files (the
10017N/A# "Software"), to deal in the Software without restriction, including
8115N/A# without limitation the rights to use, copy, modify, merge, publish,
7900N/A# distribute, and/or sell copies of the Software, and to permit persons
8115N/A# to whom the Software is furnished to do so, provided that the above
8115N/A# copyright notice(s) and this permission notice appear in all copies of
17444N/A# the Software and that both the above copyright notice(s) and this
17444N/A# permission notice appear in supporting documentation.
17444N/A#
17444N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17444N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17444N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
17444N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
17444N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
7900N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
17167N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
8628N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
10285N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
7900N/A#
7900N/A# Except as contained in this notice, the name of a copyright holder
# shall not be used in advertising or otherwise to promote the sale, use
# or other dealings in this Software without prior written authorization
# of the copyright holder.
#
# @(#)Makefile 1.14 08/08/08
#
# Package name used in tarballs
MODULE_NAME=libXfont
# Version number (used in path names)
MODULE_VERSION=1.3.1
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES= \
6206898.patch \
6640505.patch
# Library name
LIBNAME=Xfont
# Man pages to apply Sun footer to & attributes to list
#SUNTOUCHED_MANPAGES=man/*.man
SUN_PACKAGE=SUNWxorg-server
MODULE_STABILITY=Project Private
LIB_MAN_SUFFIX=3Xfont
# Additional configure script options to select the modules we use
MODULE_CONFIG_OPTS= --enable-freetype --disable-type1 --disable-cid \
--disable-speedo --enable-fontcache --enable-fc --disable-builtins
# pkg-config files that need to have -R added
FIX_PC_FILES=xfont.pc.in
# Install in private subdir
MODULE_ADD_LIB_SUBDIR=$(X11_SERVERLIBS_SUBDIR)
# Find fontenc library in private subdir
MODULE_LDFLAGS= $(X11_SERVERLIBS_LDFLAGS)
# Support font modules like libbitstream.so that libXfont doesn't already know
MODULE_CFLAGS=-DLOADABLEFONTS
include ../Makefile.inc