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