Makefile revision 1549
326N/A###############################################################################
326N/A#
326N/A# xinit - starts a X server & session without a display manager
326N/A#
326N/A# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
326N/A#
326N/A# Permission is hereby granted, free of charge, to any person obtaining a
326N/A# copy of this software and associated documentation files (the "Software"),
326N/A# to deal in the Software without restriction, including without limitation
326N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
326N/A# and/or sell copies of the Software, and to permit persons to whom the
326N/A# Software is furnished to do so, subject to the following conditions:
326N/A#
326N/A# The above copyright notice and this permission notice (including the next
326N/A# paragraph) shall be included in all copies or substantial portions of the
326N/A# Software.
326N/A#
326N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
326N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
326N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
326N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
326N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
326N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
326N/A# DEALINGS IN THE SOFTWARE.
326N/A#
326N/A#
326N/A
326N/A# Package name used in tarballs
326N/AMODULE_NAME=xinit
326N/A
326N/A# Version number (used in path names)
326N/AMODULE_VERSION=1.3.4
326N/A
326N/A# Checksums for upstream tarball
326N/ATARBALL_MD5 = 4e928452dfaf73851413a2d8b8c76388
326N/ATARBALL_SHA1 = de3469080d73ced1f7d7a1803e813bc6ea352072
326N/ATARBALL_SHA256= 75d88d7397a07e01db253163b7c7a00b249b3d30e99489f2734cac9a0c7902b3
326N/A
326N/A# Patches to apply to source after unpacking, in order
326N/ASOURCE_PATCHES += 7023672.patch,-p1
326N/ASOURCE_PATCHES += 7182943.patch,-p1
326N/A
326N/A# pkg(5) name we deliver the files in (override default)
326N/AMODULE_PKGNAME=x11/session/$(MODULE_NAME)
326N/AMODULE_PKGNAME_SET=yes
326N/AMODULE_DESC = the xinit & startx utilities
326N/A
326N/A# ARC cases that covered this module
326N/A# PSARC/2008/379 startx
326N/AMODULE_ARC_CASES = PSARC/2008/379
# PSARC/2011/033 X11R7.6 application updates
MODULE_ARC_CASES += PSARC/2011/033
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=man/*.man
MODULE_STABILITY=Committed
# Compatibility links from /usr/X11/bin to /usr/bin
MODULE_X11_BINCOMPAT_LINKS = xinit startx
# Additional flags to pass to configure script
MODULE_CONFIG_OPTS = --with-xinitdir=/etc/X11/xinit
include ../Makefile.inc