Makefile revision 1339
222N/A###############################################################################
222N/A#
222N/A# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
222N/A#
355N/A# Permission is hereby granted, free of charge, to any person obtaining a
222N/A# copy of this software and associated documentation files (the "Software"),
222N/A# to deal in the Software without restriction, including without limitation
222N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
222N/A# and/or sell copies of the Software, and to permit persons to whom the
222N/A# Software is furnished to do so, subject to the following conditions:
222N/A#
222N/A# The above copyright notice and this permission notice (including the next
222N/A# paragraph) shall be included in all copies or substantial portions of the
222N/A# Software.
222N/A#
222N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
222N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
222N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
222N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
222N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
222N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
222N/A# DEALINGS IN THE SOFTWARE.
222N/A#
222N/A#
222N/A
222N/A# Package name used in tarballs
222N/AMODULE_NAME=font-adobe-utopia-75dpi
222N/A
222N/A# Package metadata
222N/AMODULE_LICENSE = Adobe Utopia Font License
222N/AMODULE_LICENSE_SET = yes
222N/AMODULE_DESC = Adobe Utopia fonts in 75dpi bitmap format
355N/A
222N/A# Version number (used in path names)
222N/AMODULE_VERSION = 1.0.4
222N/A
222N/A# Checksums for upstream tarball
222N/ATARBALL_MD5 = e99276db3e7cef6dccc8a57bc68aeba7
222N/ATARBALL_SHA1 = 50e837322a09f1a7c40fb78fc6aad1a157284507
222N/A
222N/A# Subdirectory of $(FONTDIR) to install fonts in
222N/AFONTSUBDIR=75dpi
222N/A
222N/A### Include common rulesets
222N/Ainclude ../Makefile.bdf
222N/A