Makefile revision 919
3649N/A###############################################################################
3649N/A#
3649N/A# luit 1.x Makefile
3649N/A#
3649N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
3649N/A# Use is subject to license terms.
3649N/A#
3649N/A# Permission is hereby granted, free of charge, to any person obtaining a
3649N/A# copy of this software and associated documentation files (the "Software"),
3649N/A# to deal in the Software without restriction, including without limitation
3649N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
3649N/A# and/or sell copies of the Software, and to permit persons to whom the
3649N/A# Software is furnished to do so, subject to the following conditions:
3649N/A#
3649N/A# The above copyright notice and this permission notice (including the next
3649N/A# paragraph) shall be included in all copies or substantial portions of the
3649N/A# Software.
3649N/A#
3649N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3649N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3649N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3649N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3649N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3649N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3649N/A# DEALINGS IN THE SOFTWARE.
3649N/A#
3649N/A#
3649N/A
3649N/A# Package name used in tarballs
3649N/AMODULE_NAME=luit
3649N/A
3649N/A# Version number (used in path names)
MODULE_VERSION=1.0.4
# Checksums for upstream tarball
TARBALL_MD5 = 4e45233e310d72dce307709761cf241b
TARBALL_SHA1 = d5f1326017c0cebf62e7e7df2703b3b4998a39bd
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES = solaris-man.patch \
6824625.patch
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=*.man
SUN_PACKAGE=SUNWxwopt
MODULE_STABILITY=Uncommitted
# Need to link with libfontenc in server private directory
MODULE_LDFLAGS=$(X11_SERVERLIBS_LDFLAGS)
include ../Makefile.inc