Makefile revision 1043
86N/A###############################################################################
86N/A#
86N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
86N/A#
86N/A# Permission is hereby granted, free of charge, to any person obtaining a
86N/A# copy of this software and associated documentation files (the "Software"),
86N/A# to deal in the Software without restriction, including without limitation
86N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
86N/A# and/or sell copies of the Software, and to permit persons to whom the
86N/A# Software is furnished to do so, subject to the following conditions:
86N/A#
86N/A# The above copyright notice and this permission notice (including the next
86N/A# paragraph) shall be included in all copies or substantial portions of the
86N/A# Software.
86N/A#
86N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
86N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
86N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
86N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
86N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
86N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
86N/A# DEALINGS IN THE SOFTWARE.
86N/A#
86N/A#
86N/A
86N/A# Package name used in tarballs
86N/AMODULE_NAME=font-sony-misc
86N/A
86N/A# pkg(5) name we deliver the files in (override default)
86N/AMODULE_PKGNAME=system/font/xorg/xorg-core
86N/AMODULE_PKGNAME_SET=yes
86N/A
86N/A# Version number (used in path names)
86N/AMODULE_VERSION = 1.0.3
86N/A
86N/A# Checksums for upstream tarball
86N/ATARBALL_MD5 = beef61a9b0762aba8af7b736bb961f86
86N/ATARBALL_SHA1 = 8d0dd87148283c8ac8c5ac37906b12fab5ddb1d8
86N/A
86N/A### Include common rulesets
86N/Ainclude ../Makefile.inc
86N/A