261N/A###############################################################################
261N/A#
261N/A# Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
261N/A#
261N/A# Permission is hereby granted, free of charge, to any person obtaining a
261N/A# copy of this software and associated documentation files (the "Software"),
261N/A# to deal in the Software without restriction, including without limitation
261N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
261N/A# and/or sell copies of the Software, and to permit persons to whom the
261N/A# Software is furnished to do so, subject to the following conditions:
261N/A#
261N/A# The above copyright notice and this permission notice (including the next
261N/A# paragraph) shall be included in all copies or substantial portions of the
261N/A# Software.
261N/A#
261N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
261N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
261N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
261N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
261N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
844N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
261N/A# DEALINGS IN THE SOFTWARE.
261N/A#
261N/A#
261N/A
261N/A# Package name used in tarballs
261N/AMODULE_NAME=font-util
261N/A
261N/A# pkg(5) name we deliver the files in (override default)
844N/AMODULE_PKGNAME=x11/font-utilities
844N/AMODULE_PKGNAME_SET=yes
261N/A
261N/A# Package classification (override default)
261N/AMODULE_PKGCLASS=System/X11
261N/AMODULE_PKGCLASS_SET=yes
261N/A
313N/A# Set upstream/license info for X.Org software, not X.Org fonts
261N/AUPSTREAM_PROJECT = xorg
1273N/AUPSTREAM_SET = yes
1273N/A
261N/A# Version number (used in path names)
261N/AMODULE_VERSION = 1.3.1
261N/A
261N/A# Checksums for upstream tarball
261N/ATARBALL_MD5 = 23756dab809f9ec5011bb27fb2c3c7d6
261N/ATARBALL_SHA1 = 0b16add3637c64b0bbaf1dd223b71b0421100c20
261N/ATARBALL_SHA256= aa7ebdb0715106dd255082f2310dbaa2cd7e225957c2a77d719720c7cc92b921
261N/A
261N/A# Set encoding directory path used during build in fontutil.pc
261N/AFIX_PC_FILES = fontutil.pc.in
261N/AMODULE_ADD_UNINSTALLED_PC_OPS = -e 's|mapdir=|mapdir=$$protodir|g;'
261N/A
261N/A# Install fontutil.pc to /usr/share since it defines the architecture
261N/A# independent font paths in /usr/share/fonts and not any library flags
261N/AMODULE_PKGCONFIG_DIR=$(PKGCONFIG_DIR_SHARE)
261N/AMODULE_PKGCONFIG_DIR_SET=yes
261N/A
261N/A# Apply program flags, like app/*
261N/AMODULE_CFLAGS=$(PROG_CFLAGS)
261N/AMODULE_LDFLAGS=$(PROG_LDFLAGS)
261N/AMODULE_ADD_BUILD_TARGETS=set-elf-comments
261N/A
261N/A# Description to include in package metadata
261N/AMODULE_DESC = X.Org font package creation/installation utilities
261N/A
261N/A# Man pages to apply Sun footer to & attributes to list
261N/ASUNTOUCHED_MANPAGES=man/bdftruncate.man man/ucs2any.man
261N/AMODULE_STABILITY=Volatile
261N/AMODULE_SUNTOUCH_MAN_FLAGS= -p $(MODULE_BIN_DIR)/
### Include common rulesets
include ../Makefile.inc