Makefile revision 1366
1634N/A###############################################################################
1634N/A#
1634N/A# luit - character set encoding filter for terminal emulators like xterm
1522N/A#
1522N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
1522N/A#
1522N/A# Permission is hereby granted, free of charge, to any person obtaining a
1522N/A# copy of this software and associated documentation files (the "Software"),
1522N/A# to deal in the Software without restriction, including without limitation
1522N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1522N/A# and/or sell copies of the Software, and to permit persons to whom the
1522N/A# Software is furnished to do so, subject to the following conditions:
1522N/A#
1522N/A# The above copyright notice and this permission notice (including the next
1522N/A# paragraph) shall be included in all copies or substantial portions of the
1522N/A# Software.
1634N/A#
1522N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1522N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1522N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1522N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1522N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1522N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1522N/A# DEALINGS IN THE SOFTWARE.
1522N/A#
1522N/A#
1522N/A
1634N/A# Package name used in tarballs
1522N/AMODULE_NAME=luit
1522N/A
1522N/A# Version number (used in path names)
1522N/AMODULE_VERSION=1.1.1
1522N/A
1522N/A# Checksums for upstream tarball
1522N/ATARBALL_MD5 = c4a3664e08e5a47c120ff9263ee2f20c
1522N/ATARBALL_SHA1 = 3130c14d7267cecce0ba2280643844b48cca49b0
1522N/ATARBALL_SHA256= 30b0e787cb07a0f504b70f1d6123930522111ce9d4276f6683a69b322b49c636
1522N/A
1634N/A# Patches to apply to source after unpacking, in order
1634N/ASOURCE_PATCHES += solaris-man.patch,-p1
1634N/ASOURCE_PATCHES += 6824625.patch,-p1
1522N/A
1522N/A# Need to rebuild configure after patching configure.ac in remove-zlib.patch
1522N/AAUTORECONF=yes
1522N/A
1522N/A# pkg(5) name we deliver the files in (override default)
1522N/AMODULE_PKGNAME=terminal/$(MODULE_NAME)
1522N/AMODULE_PKGNAME_SET=yes
1522N/A
1634N/A# Package classification (override default)
1522N/AMODULE_PKGCLASS=Applications/System Utilities
1522N/AMODULE_PKGCLASS_SET=yes
1522N/A
1522N/A# ARC cases that covered this module
1522N/A# PSARC/2008/100 luit
1522N/AMODULE_ARC_CASES = PSARC/2008/100
1522N/A# PSARC/2011/033 X11R7.6 application updates
1522N/AMODULE_ARC_CASES += PSARC/2011/033
1522N/A
1522N/A# Man pages to apply Sun footer to & attributes to list
1522N/ASUNTOUCHED_MANPAGES=man/luit.man
1634N/AMODULE_STABILITY=Uncommitted
1634N/A
1522N/A# Need to link with libfontenc in server private directory
1522N/AMODULE_LDFLAGS=$(X11_SERVERLIBS_LDFLAGS)
1522N/A
1522N/A# Compatibility links from /usr/X11/bin to /usr/bin
1522N/AMODULE_X11_BINCOMPAT_LINKS = luit
1522N/A
1522N/Ainclude ../Makefile.inc
1522N/A
1522N/A