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