Makefile revision 1532
12856N/A###############################################################################
12856N/A#
12856N/A# sessreg - tool for X display manager session registration in utmpx
12856N/A#
12856N/A# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
12856N/A#
12856N/A# Permission is hereby granted, free of charge, to any person obtaining a
12856N/A# copy of this software and associated documentation files (the "Software"),
12856N/A# to deal in the Software without restriction, including without limitation
12856N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
12856N/A# and/or sell copies of the Software, and to permit persons to whom the
12856N/A# Software is furnished to do so, subject to the following conditions:
12856N/A#
14308N/A# The above copyright notice and this permission notice (including the next
14308N/A# paragraph) shall be included in all copies or substantial portions of the
14308N/A# Software.
12856N/A#
12856N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14308N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14308N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
12856N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14308N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
14308N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14308N/A# DEALINGS IN THE SOFTWARE.
14308N/A#
14308N/A#
14308N/A
14308N/A# Package name used in tarballs
14308N/AMODULE_NAME=sessreg
14308N/A
14308N/A# pkg(5) name we deliver the files in (override default)
14308N/AMODULE_PKGNAME=x11/session/$(MODULE_NAME)
14308N/AMODULE_PKGNAME_SET=yes
14308N/A
14308N/A# Version number (used in path names)
12856N/AMODULE_VERSION=1.0.8
14308N/A
14308N/A# Checksums for upstream tarball
TARBALL_MD5 = f548e389ff68424947b87785df6a321b
TARBALL_SHA1 = dc4fa8b804e7cb4cfbadbef3708c3b97076ddb65
TARBALL_SHA256= 0e2accc6272fcc2321aef7370f4ccf0df0fe259b2e942938264e2aaedee6c4c3
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES = \
17818156.patch,-p0
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES = man/sessreg.man
MODULE_STABILITY=Committed
# Compatibility links from /usr/X11/bin to /usr/bin
MODULE_X11_BINCOMPAT_LINKS = sessreg
include ../Makefile.inc