Makefile revision 970
e07d9cb85217949d497b02d7211de8a197d2f2ebzf###############################################################################
1a932f2eab9b00d713acc4205d96ca2485bf2712Quaker Fang#
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# winsysck 1.x Makefile
e07d9cb85217949d497b02d7211de8a197d2f2ebzf#
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
e07d9cb85217949d497b02d7211de8a197d2f2ebzf#
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# Permission is hereby granted, free of charge, to any person obtaining a
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# copy of this software and associated documentation files (the "Software"),
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# to deal in the Software without restriction, including without limitation
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# the rights to use, copy, modify, merge, publish, distribute, sublicense,
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# and/or sell copies of the Software, and to permit persons to whom the
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# Software is furnished to do so, subject to the following conditions:
e07d9cb85217949d497b02d7211de8a197d2f2ebzf#
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# The above copyright notice and this permission notice (including the next
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# paragraph) shall be included in all copies or substantial portions of the
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# Software.
e07d9cb85217949d497b02d7211de8a197d2f2ebzf#
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# DEALINGS IN THE SOFTWARE.
e07d9cb85217949d497b02d7211de8a197d2f2ebzf#
e07d9cb85217949d497b02d7211de8a197d2f2ebzf#
e07d9cb85217949d497b02d7211de8a197d2f2ebzf
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# Package name used in tarballs
e07d9cb85217949d497b02d7211de8a197d2f2ebzfMODULE_NAME=winsysck
e07d9cb85217949d497b02d7211de8a197d2f2ebzf
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# pkg(5) name we deliver the files in (override default)
1a932f2eab9b00d713acc4205d96ca2485bf2712Quaker FangMODULE_PKGNAME=x11/session/$(MODULE_NAME)
e07d9cb85217949d497b02d7211de8a197d2f2ebzfMODULE_PKGNAME_SET=yes
e07d9cb85217949d497b02d7211de8a197d2f2ebzf
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# No upstream sources for these files, since they're Solaris-specific
e07d9cb85217949d497b02d7211de8a197d2f2ebzfMODULE_VERSION=src
e07d9cb85217949d497b02d7211de8a197d2f2ebzfSOURCE_TARBALL_NAME=NONE
e07d9cb85217949d497b02d7211de8a197d2f2ebzfSOURCE_TARBALL_NAME_SET=yes
e07d9cb85217949d497b02d7211de8a197d2f2ebzfADDITIONAL_SOURCE_DIR=sun-src
e07d9cb85217949d497b02d7211de8a197d2f2ebzf
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# Patches to apply to source after unpacking, in order
e07d9cb85217949d497b02d7211de8a197d2f2ebzfSOURCE_PATCHES =
e07d9cb85217949d497b02d7211de8a197d2f2ebzf
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# No configure script, so pass usual environment to build/install instead
e07d9cb85217949d497b02d7211de8a197d2f2ebzfCONFIGURE_TARGETS=
e07d9cb85217949d497b02d7211de8a197d2f2ebzfCONFIGURE_TARGETS_SET=yes
e07d9cb85217949d497b02d7211de8a197d2f2ebzf
e07d9cb85217949d497b02d7211de8a197d2f2ebzfMODULE_BUILD_ENV=$(CONFIG_ENV)
e07d9cb85217949d497b02d7211de8a197d2f2ebzfMODULE_INSTALL_MAKEFLAGS = bindir=$(X11_BIN_DIR) mandir=$(X11_MAN_DIR)
e07d9cb85217949d497b02d7211de8a197d2f2ebzf
e07d9cb85217949d497b02d7211de8a197d2f2ebzf# Compatibility links from /usr/X11/bin to /usr/bin
e07d9cb85217949d497b02d7211de8a197d2f2ebzfMODULE_X11_BINCOMPAT_LINKS = winsysck
e07d9cb85217949d497b02d7211de8a197d2f2ebzf
e07d9cb85217949d497b02d7211de8a197d2f2ebzfinclude ../Makefile.inc
e07d9cb85217949d497b02d7211de8a197d2f2ebzf
e07d9cb85217949d497b02d7211de8a197d2f2ebzf