Makefile revision 911
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn###############################################################################
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn#
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# Use is subject to license terms.
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn#
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
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# "Software"), to deal in the Software without restriction, including
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# without limitation the rights to use, copy, modify, merge, publish,
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# distribute, and/or sell copies of the Software, and to permit persons
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# to whom the Software is furnished to do so, provided that the above
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# copyright notice(s) and this permission notice appear in all copies of
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# the Software and that both the above copyright notice(s) and this
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# permission notice appear in supporting documentation.
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn#
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
b3d0736ce9ff54f95fc06741c7279172f961363fshankar_mbn# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
# 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.
#
#
# Package name used in tarballs
MODULE_NAME=font-sun-misc
# Version number (used in path names)
MODULE_VERSION=1.0.1
# Checksums for upstream tarball
TARBALL_MD5 = 5a185c5549a650bf062d343e128682ca
TARBALL_SHA1 = fc91999e66fe479d07ea74e5dd2d950ff02ccb80
### Include common rulesets
include ../Makefile.inc