Makefile revision 1339
269N/A###############################################################################
269N/A#
269N/A# libfontenc - font encoding table parser & mapping library
269N/A#
493N/A# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
269N/A#
269N/A# Permission is hereby granted, free of charge, to any person obtaining a
269N/A# copy of this software and associated documentation files (the "Software"),
269N/A# to deal in the Software without restriction, including without limitation
269N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
269N/A# and/or sell copies of the Software, and to permit persons to whom the
269N/A# Software is furnished to do so, subject to the following conditions:
269N/A#
269N/A# The above copyright notice and this permission notice (including the next
269N/A# paragraph) shall be included in all copies or substantial portions of the
269N/A# Software.
269N/A#
269N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
269N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
269N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
269N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
269N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
269N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
269N/A# DEALINGS IN THE SOFTWARE.
269N/A#
269N/A#
269N/A
269N/A# Package name used in tarballs
269N/AMODULE_NAME=libfontenc
269N/A
269N/A# Package metadata
269N/AMODULE_DESC = the libfontenc font encoding table parser & mapping library
269N/A
269N/A# Version number (used in path names)
269N/AMODULE_VERSION=1.1.1
269N/A
493N/A# Checksums for upstream tarball
269N/ATARBALL_MD5 = a2a861f142c3b4367f14fc14239fc1f7
269N/ATARBALL_SHA1 = 90bdd53d75585dd0f06ad7bc23faccd8a01bb733
493N/ATARBALL_SHA256= de72812f1856bb63bd2226ec8c2e2301931d3c72bd0f08b0d63a0cdf0722017f
269N/A
269N/A# Patches to apply to source after unpacking, in order
269N/ASOURCE_PATCHES =
269N/A
269N/A# Library name
269N/ALIBNAME=fontenc
269N/A
269N/A# Man pages to apply Sun footer to & attributes to list
269N/A#SUNTOUCHED_MANPAGES=man/*.man
269N/AMODULE_STABILITY=Project Private
493N/ALIB_MAN_SUFFIX=3fontenc
269N/A
269N/A# pkg-config files that need to have -R added
493N/AFIX_PC_FILES=fontenc.pc.in
269N/A
284N/A# Install in private subdir
493N/AMODULE_ADD_LIB_SUBDIR=$(X11_SERVERLIBS_SUBDIR)
493N/A
284N/Ainclude ../Makefile.inc
269N/A