Makefile revision 1276
0N/A###############################################################################
2362N/A#
0N/A# luit - character set encoding filter for terminal emulators like xterm
0N/A#
0N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
0N/A#
2362N/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"),
2362N/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#
0N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2362N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2362N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2362N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
0N/A# DEALINGS IN THE SOFTWARE.
0N/A#
0N/A#
0N/A
0N/A# Package name used in tarballs
0N/AMODULE_NAME=luit
0N/A
0N/A# Version number (used in path names)
0N/AMODULE_VERSION=1.1.1
0N/A
0N/A# Checksums for upstream tarball
0N/ATARBALL_MD5 = c4a3664e08e5a47c120ff9263ee2f20c
0N/ATARBALL_SHA1 = 3130c14d7267cecce0ba2280643844b48cca49b0
0N/ATARBALL_SHA256= 30b0e787cb07a0f504b70f1d6123930522111ce9d4276f6683a69b322b49c636
0N/A
0N/A# Patches to apply to source after unpacking, in order
0N/ASOURCE_PATCHES += solaris-man.patch,-p1
0N/ASOURCE_PATCHES += 6824625.patch,-p1
0N/A
0N/A# Need to rebuild configure after patching configure.ac in remove-zlib.patch
0N/AAUTORECONF=yes
# pkg(5) name we deliver the files in (override default)
MODULE_PKGNAME=terminal/$(MODULE_NAME)
MODULE_PKGNAME_SET=yes
# Package classification (override default)
MODULE_PKGCLASS=Applications/System Utilities
MODULE_PKGCLASS_SET=yes
# ARC cases that covered this module
# PSARC/2008/100 luit
MODULE_ARC_CASES = PSARC/2008/100
# PSARC/2011/033 X11R7.6 application updates
MODULE_ARC_CASES += PSARC/2011/033
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=man/luit.man
MODULE_STABILITY=Uncommitted
# Need to link with libfontenc in server private directory
MODULE_LDFLAGS=$(X11_SERVERLIBS_LDFLAGS)
# Compatibility links from /usr/X11/bin to /usr/bin
MODULE_X11_BINCOMPAT_LINKS = luit
include ../Makefile.inc