Makefile revision 1370
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync###############################################################################
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# xinit - starts a X server & session without a display manager
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
3f1e0eea71cabeb90529e546f16eb7aee513fde9vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# copy of this software and associated documentation files (the "Software"),
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# to deal in the Software without restriction, including without limitation
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# and/or sell copies of the Software, and to permit persons to whom the
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Software is furnished to do so, subject to the following conditions:
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# The above copyright notice and this permission notice (including the next
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# paragraph) shall be included in all copies or substantial portions of the
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsync# DEALINGS IN THE SOFTWARE.
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsync# Package name used in tarballs
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsync# Version number (used in path names)
43747b1f0bc8302a238fb35e55857a5e9aa1933dvboxsync# Checksums for upstream tarball
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsyncTARBALL_SHA1 = c3c01c8c6012317f995669894d9e7b2838b61e58
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsyncTARBALL_SHA256= 74b2878de6e3d5b5948f1562a77e7f53b4e10621e505ddb278050c7f3cae00af
2f0d866e126dd288169fed591c259c1c6b4016e5vboxsync# Patches to apply to source after unpacking, in order
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# pkg(5) name we deliver the files in (override default)
223cf005b18af2c21352a70693ebaf0582f68ebcvboxsync# ARC cases that covered this module
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# PSARC/2008/379 startx
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# PSARC/2011/033 X11R7.6 application updates
d408b82da0773c7e8cd4b3a01cb8a065a2c73a2dvboxsync# Man pages to apply Sun footer to & attributes to list
7666082b743c5e146a8cee6cc794ff4bc3fd0ffdvboxsync# Additional flags to pass to configure script