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