0N/A###############################################################################
2203N/A#
1008N/A# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
1008N/A#
1008N/A# Permission is hereby granted, free of charge, to any person obtaining a
1008N/A# copy of this software and associated documentation files (the "Software"),
1008N/A# to deal in the Software without restriction, including without limitation
1008N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1008N/A# and/or sell copies of the Software, and to permit persons to whom the
1008N/A# Software is furnished to do so, subject to the following conditions:
1008N/A#
1008N/A# The above copyright notice and this permission notice (including the next
1008N/A# paragraph) shall be included in all copies or substantial portions of the
1008N/A# Software.
1008N/A#
1008N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1008N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1008N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1008N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1008N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1008N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1008N/A# DEALINGS IN THE SOFTWARE.
1008N/A#
1008N/A#
1008N/A
1008N/A# Package name used in tarballs
1008N/AMODULE_NAME=encodings
0N/A
0N/A# pkg(5) name we deliver the files in (override default)
1821N/AMODULE_PKGNAME=x11/library/libfontenc
1821N/AMODULE_PKGNAME_SET=yes
1821N/A
1821N/A# Package metadata
1821N/AMODULE_DESC = data files for libfontenc to map font encodings between character sets
1821N/A
1821N/A# Version number (used in path names)
1821N/AMODULE_VERSION = 1.0.4
1821N/A
1821N/A# Checksums for upstream tarball
1821N/ATARBALL_MD5 = 0f2d6546d514c5cc4ecf78a60657a5c1
1821N/ATARBALL_SHA1 = 24ace2470403f85a0d393769204029bd8247992a
1821N/A
1821N/A# Patches to apply to source after unpacking, in order
1821N/ASOURCE_PATCHES=
1821N/A
1821N/A# Clone sources into build dir, since mkfontdir can't build encodings in
1821N/A# other directories very well.
1821N/ACLONE_SRC = yes
1821N/A
1821N/A# Extra configure flags
1821N/AMODULE_CONFIG_OPTS=--disable-gzip-small-encodings \
1821N/A --disable-gzip-large-encodings
1821N/A
1821N/A### Include common rulesets
1821N/Ainclude ../Makefile.inc
1821N/A