Makefile revision 761
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync###############################################################################
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# xterm Makefile
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Use is subject to license terms.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# copy of this software and associated documentation files (the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# "Software"), to deal in the Software without restriction, including
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# without limitation the rights to use, copy, modify, merge, publish,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# distribute, and/or sell copies of the Software, and to permit persons
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# to whom the Software is furnished to do so, provided that the above
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# copyright notice(s) and this permission notice appear in all copies of
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# the Software and that both the above copyright notice(s) and this
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# permission notice appear in supporting documentation.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Except as contained in this notice, the name of a copyright holder
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# shall not be used in advertising or otherwise to promote the sale, use
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# or other dealings in this Software without prior written authorization
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# of the copyright holder.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Package name used in tarballs
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Version number (used in path names)
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Source tarball
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSOURCE_URL=ftp://invisible-island.net/xterm/$(SOURCE_TARBALL_NAME:.tar.gz=.tgz)
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Source tarball
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSOURCE_TARBALL_NAME=$(MODULE_NAME)-$(MODULE_VERSION).tar.gz
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Patches to apply to source after unpacking, in order
# Paths to find Xft/fontconfig/freetype headers libraries at build time
FT_LIBS= \