Makefile revision 1265
469N/A###############################################################################
469N/A#
469N/A# sessreg 1.x Makefile
469N/A#
761N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
761N/A#
469N/A# Permission is hereby granted, free of charge, to any person obtaining a
469N/A# copy of this software and associated documentation files (the "Software"),
469N/A# to deal in the Software without restriction, including without limitation
469N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
469N/A# and/or sell copies of the Software, and to permit persons to whom the
469N/A# Software is furnished to do so, subject to the following conditions:
469N/A#
469N/A# The above copyright notice and this permission notice (including the next
469N/A# paragraph) shall be included in all copies or substantial portions of the
469N/A# Software.
469N/A#
469N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
469N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
469N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
469N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
469N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
469N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
469N/A# DEALINGS IN THE SOFTWARE.
469N/A#
469N/A#
469N/A
469N/A# Package name used in tarballs
469N/AMODULE_NAME=sessreg
469N/A
469N/A# pkg(5) name we deliver the files in (override default)
469N/AMODULE_PKGNAME=x11/session/$(MODULE_NAME)
761N/AMODULE_PKGNAME_SET=yes
469N/A
469N/A# Version number (used in path names)
469N/AMODULE_VERSION=1.0.6
493N/A
469N/A# Checksums for upstream tarball
469N/ATARBALL_MD5 = 8c8fcda19f4cffe573d43ec9b8255f8e
761N/ATARBALL_SHA1 = 6f260f1ddc366da070a6d60301b9fb64a99c119a
469N/A
469N/A# Patches to apply to source after unpacking, in order
469N/ASOURCE_PATCHES =
469N/A
493N/A# Man pages to apply Sun footer to & attributes to list
469N/ASUNTOUCHED_MANPAGES=*.man
469N/AMODULE_STABILITY=Committed
469N/A
469N/A# Compatibility links from /usr/X11/bin to /usr/bin
493N/AMODULE_X11_BINCOMPAT_LINKS = sessreg
493N/A
469N/Ainclude ../Makefile.inc
469N/A