Makefile revision 1356
8b666e1fb772b6fe45de3604b224f3e1f2cfd620rbb###############################################################################
8b666e1fb772b6fe45de3604b224f3e1f2cfd620rbb#
8b91dcac0e1ef7796c72d16b0962267313cac486jerenkrantz# winsysck - utility to check & report if a window system is in use
8b91dcac0e1ef7796c72d16b0962267313cac486jerenkrantz#
8b91dcac0e1ef7796c72d16b0962267313cac486jerenkrantz# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe#
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# Permission is hereby granted, free of charge, to any person obtaining a
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# copy of this software and associated documentation files (the "Software"),
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# to deal in the Software without restriction, including without limitation
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# the rights to use, copy, modify, merge, publish, distribute, sublicense,
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# and/or sell copies of the Software, and to permit persons to whom the
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# Software is furnished to do so, subject to the following conditions:
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe#
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb# The above copyright notice and this permission notice (including the next
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb# paragraph) shall be included in all copies or substantial portions of the
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe# Software.
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb#
574f6ff9ee80ef4f772649c5c8319b764a8abe42jerenkrantz# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
574f6ff9ee80ef4f772649c5c8319b764a8abe42jerenkrantz# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
574f6ff9ee80ef4f772649c5c8319b764a8abe42jerenkrantz# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
6d7d70dbda8e461d87f2d41e323755496ae3ebc7trawick# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6d7d70dbda8e461d87f2d41e323755496ae3ebc7trawick# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6d7d70dbda8e461d87f2d41e323755496ae3ebc7trawick# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22a25f3393393b781e214f4abef17950bcb8bbe3jerenkrantz# DEALINGS IN THE SOFTWARE.
22a25f3393393b781e214f4abef17950bcb8bbe3jerenkrantz#
22a25f3393393b781e214f4abef17950bcb8bbe3jerenkrantz#
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe# Package name used in tarballs
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwroweMODULE_NAME=winsysck
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe# pkg(5) name we deliver the files in (override default)
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwroweMODULE_PKGNAME=x11/session/$(MODULE_NAME)
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwroweMODULE_PKGNAME_SET=yes
8bda0627eb2aca9e678c1303a0423d33069388dfwrowe
de63b1eeff87cd19cf42bb83cca85381026965ddjerenkrantz# Package metadata
f00bc25ff5027f3a40e9cd0ade782641bd0bf1d0wroweMODULE_LICENSE = Oracle
e36ef0d081aa59867688bcbb3da65952ec16fae3rbbMODULE_LICENSE_SET = yes
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb# Dates to show in Oracle copyright notice in pkg license file
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb# Earliest & latest of the copyrights in the Oracle files in this pkg
e36ef0d081aa59867688bcbb3da65952ec16fae3rbbORACLE_COPYRIGHT_YEARS = 1990, 2008
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb# No upstream sources for these files, since they're Solaris-specific
e36ef0d081aa59867688bcbb3da65952ec16fae3rbbMODULE_VERSION=src
e36ef0d081aa59867688bcbb3da65952ec16fae3rbbSOURCE_TARBALL_NAME=NONE
e36ef0d081aa59867688bcbb3da65952ec16fae3rbbSOURCE_TARBALL_NAME_SET=yes
e36ef0d081aa59867688bcbb3da65952ec16fae3rbbADDITIONAL_SOURCE_DIR=sun-src
52df98b165194a0ad68885f49f81fdaf56ece568wrowe
52df98b165194a0ad68885f49f81fdaf56ece568wrowe# Patches to apply to source after unpacking, in order
52df98b165194a0ad68885f49f81fdaf56ece568wroweSOURCE_PATCHES =
2c294c31addd5c957bafe6e78c4a30d423ad6e80rbb
2c294c31addd5c957bafe6e78c4a30d423ad6e80rbb# No configure script, so pass usual environment to build/install instead
2c294c31addd5c957bafe6e78c4a30d423ad6e80rbbCONFIGURE_TARGETS=
2c294c31addd5c957bafe6e78c4a30d423ad6e80rbbCONFIGURE_TARGETS_SET=yes
7e44dd5082cd865068285e8f915bb5f045e0bb80lars
7e44dd5082cd865068285e8f915bb5f045e0bb80larsMODULE_BUILD_ENV=$(CONFIG_ENV)
7e44dd5082cd865068285e8f915bb5f045e0bb80larsMODULE_INSTALL_MAKEFLAGS = bindir=$(X11_BIN_DIR) mandir=$(X11_MAN_DIR)
7e44dd5082cd865068285e8f915bb5f045e0bb80lars
44a4ee1140769173da7bc2b42d1a686e3260ad84wrowe# Compatibility links from /usr/X11/bin to /usr/bin
44a4ee1140769173da7bc2b42d1a686e3260ad84wroweMODULE_X11_BINCOMPAT_LINKS = winsysck
44a4ee1140769173da7bc2b42d1a686e3260ad84wrowe
44a4ee1140769173da7bc2b42d1a686e3260ad84wroweinclude ../Makefile.inc
44a4ee1140769173da7bc2b42d1a686e3260ad84wrowe
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz