Makefile revision 911
d0e3216c217bf790c4a582191658c2a1900ff79fMark Andrews###############################################################################
d0e3216c217bf790c4a582191658c2a1900ff79fMark Andrews#
d0e3216c217bf790c4a582191658c2a1900ff79fMark Andrews# xlsfonts 1.x Makefile
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrews#
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrews# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrews# Use subject to license terms.
2b258a1f5b02488c6a36ac1b0a7535b42ea6fd34Evan Hunt#
2b258a1f5b02488c6a36ac1b0a7535b42ea6fd34Evan Hunt# Permission is hereby granted, free of charge, to any person obtaining a
c14ba7107063650e7f4329e8c54adca57913381bEvan Hunt# copy of this software and associated documentation files (the
3f4a0e80fabe0233086e127aaabc6e68d6975c3aEvan Hunt# "Software"), to deal in the Software without restriction, including
c14ba7107063650e7f4329e8c54adca57913381bEvan Hunt# without limitation the rights to use, copy, modify, merge, publish,
b93ef543ab29be2c2d15049e02e66a31b27284aeMark Andrews# distribute, and/or sell copies of the Software, and to permit persons
fa467e60c590072fd6848522456eb2cc41582c59Mark Andrews# to whom the Software is furnished to do so, provided that the above
fa467e60c590072fd6848522456eb2cc41582c59Mark Andrews# copyright notice(s) and this permission notice appear in all copies of
fa467e60c590072fd6848522456eb2cc41582c59Mark Andrews# the Software and that both the above copyright notice(s) and this
b93ef543ab29be2c2d15049e02e66a31b27284aeMark Andrews# permission notice appear in supporting documentation.
161e803a5608956271d8120be37a1b383d14b647Mark Andrews#
161e803a5608956271d8120be37a1b383d14b647Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
161e803a5608956271d8120be37a1b383d14b647Mark Andrews# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5f8d6cec48cef9055359c628942d633693f732b2Evan Hunt# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
5f8d6cec48cef9055359c628942d633693f732b2Evan Hunt# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
5f8d6cec48cef9055359c628942d633693f732b2Evan Hunt# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt#
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt# Except as contained in this notice, the name of a copyright holder
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt# shall not be used in advertising or otherwise to promote the sale, use
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt# or other dealings in this Software without prior written authorization
e4d0018d4c9c05fb2a2dbac05a67cc9ddbe2c3d9Mark Andrews# of the copyright holder.
e4d0018d4c9c05fb2a2dbac05a67cc9ddbe2c3d9Mark Andrews#
e4d0018d4c9c05fb2a2dbac05a67cc9ddbe2c3d9Mark Andrews#
00112618bc042f734de7b5ac86506cacb9acf36dMark Andrews
00112618bc042f734de7b5ac86506cacb9acf36dMark Andrews# Package name used in tarballs
00112618bc042f734de7b5ac86506cacb9acf36dMark AndrewsMODULE_NAME=xlsfonts
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt# Version number (used in path names)
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan HuntMODULE_VERSION=1.0.2
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt
445a354e63f84ac884d923f697b598b83288dc64Evan Hunt# Checksums for upstream tarball
445a354e63f84ac884d923f697b598b83288dc64Evan HuntTARBALL_MD5 = 28958248590ff60ecd70e8f590d977b7
445a354e63f84ac884d923f697b598b83288dc64Evan HuntTARBALL_SHA1 = 556c8b94002e834cf61e08ea4f5551a039e2d5c9
7d65cbaca0839ae23358dce26de426be1301657aMark Andrews
7d65cbaca0839ae23358dce26de426be1301657aMark Andrews# Patches to apply to source after unpacking, in order
7d65cbaca0839ae23358dce26de426be1301657aMark AndrewsSOURCE_PATCHES =
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan Hunt
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan Hunt# Man pages to apply Sun footer to & attributes to list
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan HuntSUNTOUCHED_MANPAGES=*.man
8009525601d946805fae58b037cf7dad0da516f8Curtis BlackburnSUN_PACKAGE=SUNWxwopt
5465b124f1517b27c363872bd7648a950424eccaTinderbox UserMODULE_STABILITY=Committed
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan Hunt
8009525601d946805fae58b037cf7dad0da516f8Curtis Blackburninclude ../Makefile.inc
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews