Makefile revision 1549
1191N/A###############################################################################
1191N/A#
1191N/A# smproxy 1.x Makefile
1191N/A#
1191N/A# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
1191N/A#
1191N/A# Permission is hereby granted, free of charge, to any person obtaining a
1191N/A# copy of this software and associated documentation files (the "Software"),
1191N/A# to deal in the Software without restriction, including without limitation
1191N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1191N/A# and/or sell copies of the Software, and to permit persons to whom the
1191N/A# Software is furnished to do so, subject to the following conditions:
1191N/A#
1191N/A# The above copyright notice and this permission notice (including the next
1191N/A# paragraph) shall be included in all copies or substantial portions of the
1191N/A# Software.
1191N/A#
1191N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1191N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1191N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1191N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1191N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1191N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2606N/A# DEALINGS IN THE SOFTWARE.
1191N/A#
1191N/A#
1895N/A
2219N/A# Package name used in tarballs
1504N/AMODULE_NAME=smproxy
1191N/A
1504N/A# pkg(5) name we deliver the files in (override default)
2028N/AMODULE_PKGNAME=x11/session/smproxy
1191N/AMODULE_PKGNAME_SET=yes
1974N/A
1191N/A# ARC cases that covered this module
1191N/A# PSARC/2015/221 X11 application updates
1431N/AMODULE_ARC_CASES = PSARC/2015/221
1191N/A
1191N/A# Version number (used in path names)
1191N/AMODULE_VERSION=1.0.6
1191N/A
1191N/A# Checksums for upstream tarball
1902N/ATARBALL_MD5 = 3a93d9f0859de5d8b65a68a125d48f6a
1191N/ATARBALL_SHA1 = bbb374ad7e184af7bcada70b90df81f82b9b71ad
1191N/ATARBALL_SHA256 = 6cf19155a2752237f36dbf8bc4184465ea190d2652f887faccb4e2a6ebf77266
2693N/A
1895N/A# Patches to apply to source after unpacking, in order
1504N/ASOURCE_PATCHES =
1191N/A
1191N/A# Need to regenerate configure from configure.ac after applying pkgconfig.patch
1717N/AAUTORECONF = yes
1736N/A
2310N/A# Man pages to apply Sun footer to & attributes to list
1191N/ASUNTOUCHED_MANPAGES=man/smproxy.man
2064N/AMODULE_STABILITY=Committed
1191N/A
1191N/A# Compatibility links from /usr/X11/bin to /usr/bin
1448N/AMODULE_X11_BINCOMPAT_LINKS = smproxy
1191N/A
2705N/Ainclude ../Makefile.inc
1895N/A