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