Makefile revision 977
595N/A###############################################################################
0N/A#
0N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/A# Permission is hereby granted, free of charge, to any person obtaining a
0N/A# copy of this software and associated documentation files (the "Software"),
0N/A# to deal in the Software without restriction, including without limitation
0N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
0N/A# and/or sell copies of the Software, and to permit persons to whom the
0N/A# Software is furnished to do so, subject to the following conditions:
0N/A#
0N/A# The above copyright notice and this permission notice (including the next
0N/A# paragraph) shall be included in all copies or substantial portions of the
0N/A# Software.
0N/A#
816N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
928N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
928N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
928N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
816N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
0N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
0N/A# DEALINGS IN THE SOFTWARE.
388N/A#
388N/A#
388N/A
388N/A# Package name used in tarballs
388N/AMODULE_NAME=font-util
421N/A
457N/A# pkg(5) name we deliver the files in (override default)
388N/AMODULE_PKGNAME=x11/font-utilities
388N/AMODULE_PKGNAME_SET=yes
388N/A
388N/A# Package classification (override default)
388N/AMODULE_PKGCLASS=System/X11
928N/AMODULE_PKGCLASS_SET=yes
928N/A
388N/A# Version number (used in path names)
388N/AMODULE_VERSION=1.1.1
388N/A
388N/A# Checksums for upstream tarball
388N/ATARBALL_MD5 = 5c735ae6916b65186f3c876d76c27ce3
388N/ATARBALL_SHA1 = 6ee3af5466de84d61411e173e578a256aeb1074d
388N/A
388N/A# Set encoding directory path used during build in fontutil.pc
0N/AFIX_PC_FILES = fontutil.pc.in
0N/AMODULE_ADD_UNINSTALLED_PC_OPS = -e 's|mapdir=|mapdir=$$protodir|g;'
0N/A
0N/A# Apply program flags, like app/*
0N/AMODULE_CFLAGS=$(PROG_CFLAGS)
0N/AMODULE_LDFLAGS=$(PROG_LDFLAGS)
0N/AMODULE_ADD_BUILD_TARGETS=set-elf-comments
0N/A
0N/A### Include common rulesets
0N/Ainclude ../Makefile.inc
0N/A