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