Makefile revision 1549
5088N/A###############################################################################
5088N/A#
5088N/A# fstobdf utility to retrieve bdf fonts from an xfs font server
5088N/A#
5088N/A# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
5088N/A#
5088N/A# Permission is hereby granted, free of charge, to any person obtaining a
5088N/A# copy of this software and associated documentation files (the "Software"),
5088N/A# to deal in the Software without restriction, including without limitation
5088N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
5088N/A# and/or sell copies of the Software, and to permit persons to whom the
5088N/A# Software is furnished to do so, subject to the following conditions:
5088N/A#
5088N/A# The above copyright notice and this permission notice (including the next
5088N/A# paragraph) shall be included in all copies or substantial portions of the
5088N/A# Software.
5088N/A#
5088N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5088N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5088N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5088N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5088N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5088N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5088N/A# DEALINGS IN THE SOFTWARE.
5088N/A#
5088N/A#
5088N/A
5088N/A# Package name used in tarballs
5088N/AMODULE_NAME=fstobdf
5088N/A
5088N/A# pkg(5) name we deliver the files in (override default)
5088N/AMODULE_PKGNAME=x11/xfs/xfs-utilities
5088N/AMODULE_PKGNAME_SET=yes
5088N/A
5088N/A# Package metadata
5088N/AMODULE_DESC = the fstobdf utility to retrieve bdf fonts from an xfs font server
5088N/A
5088N/A# Version number (used in path names)
5088N/AMODULE_VERSION=1.0.6
5088N/A
5088N/A# ARC cases that covered this module
5088N/A# PSARC/2015/221 X11 application updates
5088N/AMODULE_ARC_CASES = PSARC/2015/221
5088N/A
5088N/A# Checksums for upstream tarball
5088N/ATARBALL_MD5 = 0fde522c0d2b44ba3eb535183fdd536a
5088N/ATARBALL_SHA1 = aeafc2cd82092168d0bc4b94c5a27d7e070598fd
5088N/ATARBALL_SHA256= 66cf550326c993e7043f260a8ec4a533a3bf9d8f0e7397a6fe9cca803732e92e
5088N/A
5088N/A# Patches to apply to source after unpacking, in order
5088N/ASOURCE_PATCHES =
5088N/A
5088N/A# Man pages to apply Sun footer to & attributes to list
5088N/ASUNTOUCHED_MANPAGES = man/fstobdf.man
5088N/AMODULE_STABILITY=Committed
5088N/A
5088N/A# Compatibility links from /usr/X11/bin to /usr/bin
5088N/AMODULE_X11_BINCOMPAT_LINKS = fstobdf
5088N/A
5088N/Ainclude ../Makefile.inc
5088N/A