Makefile revision 1356
216N/A###############################################################################
216N/A#
216N/A# mkcookie - Utility to create xauth cookies
216N/A#
216N/A# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
216N/A#
216N/A# Permission is hereby granted, free of charge, to any person obtaining a
216N/A# copy of this software and associated documentation files (the "Software"),
216N/A# to deal in the Software without restriction, including without limitation
216N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
216N/A# and/or sell copies of the Software, and to permit persons to whom the
216N/A# Software is furnished to do so, subject to the following conditions:
216N/A#
216N/A# The above copyright notice and this permission notice (including the next
216N/A# paragraph) shall be included in all copies or substantial portions of the
216N/A# Software.
216N/A#
216N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
216N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
216N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5680N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
216N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5680N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5680N/A# DEALINGS IN THE SOFTWARE.
6684N/A#
216N/A#
216N/A
216N/A# Package name used in tarballs
7304N/AMODULE_NAME=mkcookie
618N/A
844N/A# pkg(5) name we deliver the files in (override default)
7304N/AMODULE_PKGNAME=x11/session/xauth
216N/AMODULE_PKGNAME_SET=yes
1258N/A
7304N/A# Package metadata
2899N/AMODULE_LICENSE_DESC = portions of the xauth utility source code
216N/A
216N/A# Dates to show in Oracle copyright notice in pkg license file
5680N/A# Earliest & latest of the copyrights in the Oracle files in this pkg
5680N/AORACLE_COPYRIGHT_YEARS = 1990, 2011
216N/A
216N/A# No upstream sources, only local sources
216N/AMODULE_VERSION=src
5680N/ASOURCE_TARBALL_NAME=NONE
216N/ASOURCE_TARBALL_NAME_SET=yes
216N/AADDITIONAL_SOURCE_DIR=sun-src
7304N/A
3817N/A# Haven't made sure it's 64-bit clean yet, so continue building 32-bit for now
3817N/ABUILD_TYPES_SET=yes
7304N/ABUILD_TYPES=32
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES= # None
MODULE_STABILITY=Committed
# No configure script to run
CONFIGURE_TARGETS=
CONFIGURE_TARGETS_SET=yes
# Since we don't have a configure script, pass configure flags to make
MODULE_BUILD_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
MODULE_INSTALL_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
include ../Makefile.inc