Makefile revision 1549
48N/A###############################################################################
48N/A#
48N/A# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
48N/A#
48N/A# Permission is hereby granted, free of charge, to any person obtaining a
48N/A# copy of this software and associated documentation files (the "Software"),
48N/A# to deal in the Software without restriction, including without limitation
48N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
48N/A# and/or sell copies of the Software, and to permit persons to whom the
48N/A# Software is furnished to do so, subject to the following conditions:
48N/A#
48N/A# The above copyright notice and this permission notice (including the next
48N/A# paragraph) shall be included in all copies or substantial portions of the
48N/A# Software.
48N/A#
48N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
48N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
48N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
48N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
48N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
48N/A# DEALINGS IN THE SOFTWARE.
48N/A#
48N/A#
48N/A
48N/A# Package name used in tarballs
48N/AMODULE_NAME=fontsproto
48N/A
48N/A# Version number (used in path names)
48N/AMODULE_VERSION=2.1.3
48N/A
48N/A# Checksums for upstream tarball
70N/ATARBALL_MD5 = 36934d00b00555eaacde9f091f392f97
48N/ATARBALL_SHA1 = 28c108bd6438c332122c10871c1fc6415591755f
48N/ATARBALL_SHA256= 259046b0dd9130825c4a4c479ba3591d6d0f17a33f54e294b56478729a6e5ab8
70N/A
70N/A# Patches to apply to source after unpacking, in order
48N/ASOURCE_PATCHES= symbol.patch,-p1
48N/A
70N/A# Package metadata
48N/AMODULE_DESC = headers & documentation for font support in the X Window System
48N/A
48N/A### Include common rulesets
48N/Ainclude ../Makefile.inc
70N/A