Makefile revision 919
18727N/A###############################################################################
13271N/A#
13271N/A# xlsfonts 1.x Makefile
13271N/A#
13271N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
13271N/A# Use is subject to license terms.
13271N/A#
13271N/A# Permission is hereby granted, free of charge, to any person obtaining a
13271N/A# copy of this software and associated documentation files (the "Software"),
13271N/A# to deal in the Software without restriction, including without limitation
13271N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
13271N/A# and/or sell copies of the Software, and to permit persons to whom the
13271N/A# Software is furnished to do so, subject to the following conditions:
13271N/A#
13271N/A# The above copyright notice and this permission notice (including the next
13271N/A# paragraph) shall be included in all copies or substantial portions of the
13271N/A# Software.
13271N/A#
13271N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17719N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17719N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17719N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17719N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17719N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17719N/A# DEALINGS IN THE SOFTWARE.
17719N/A#
17719N/A#
17719N/A
17719N/A# Package name used in tarballs
17719N/AMODULE_NAME=xlsfonts
17719N/A
17719N/A# Version number (used in path names)
17719N/AMODULE_VERSION=1.0.2
13271N/A
13271N/A# Checksums for upstream tarball
13271N/ATARBALL_MD5 = 28958248590ff60ecd70e8f590d977b7
13271N/ATARBALL_SHA1 = 556c8b94002e834cf61e08ea4f5551a039e2d5c9
13271N/A
13271N/A# Patches to apply to source after unpacking, in order
13271N/ASOURCE_PATCHES =
13271N/A
13271N/A# Man pages to apply Sun footer to & attributes to list
13271N/ASUNTOUCHED_MANPAGES=*.man
17719N/ASUN_PACKAGE=SUNWxwopt
17719N/AMODULE_STABILITY=Committed
17719N/A
17719N/Ainclude ../Makefile.inc
17719N/A