Makefile revision 977
893N/A###############################################################################
2362N/A#
893N/A# xset 1.x Makefile
893N/A#
893N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
893N/A#
2362N/A# Permission is hereby granted, free of charge, to any person obtaining a
893N/A# copy of this software and associated documentation files (the "Software"),
2362N/A# to deal in the Software without restriction, including without limitation
893N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
893N/A# and/or sell copies of the Software, and to permit persons to whom the
893N/A# Software is furnished to do so, subject to the following conditions:
893N/A#
893N/A# The above copyright notice and this permission notice (including the next
893N/A# paragraph) shall be included in all copies or substantial portions of the
893N/A# Software.
893N/A#
893N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
893N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
893N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2362N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2362N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2362N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
893N/A# DEALINGS IN THE SOFTWARE.
893N/A#
893N/A#
893N/A
893N/A# Package name used in tarballs
893N/AMODULE_NAME=xset
893N/A
893N/A# Version number (used in path names)
893N/AMODULE_VERSION=1.1.0
893N/A
893N/A# Checksums for upstream tarball
893N/ATARBALL_MD5 = eeb0d02f69c76bd40470dede99b4bd49
893N/ATARBALL_SHA1 = ff4295442821826092b17248c1ad65e16cd860ef
893N/A
893N/A# Patches to apply to source after unpacking, in order
893N/ASOURCE_PATCHES = xsetfbpm.patch xsetman.patch
893N/A
893N/A# pkg(5) name we deliver the files in (override default)
893N/AMODULE_PKGNAME=x11/x11-server-utilities
893N/AMODULE_PKGNAME_SET=yes
893N/A
893N/A# ARC cases that covered this module
893N/A# PSARC 1999/188 - FBPM (Frame Buffer Power Management) Extension
893N/AMODULE_ARC_CASES = PSARC/1999/188
893N/A# LSARC/2009/361 xset support for XKB indicator names
893N/AMODULE_ARC_CASES += LSARC/2009/361
893N/A
893N/A
893N/A# Man pages to apply Sun footer to & attributes to list
893N/ASUNTOUCHED_MANPAGES=*.man
893N/AMODULE_STABILITY=Uncommitted
893N/A
893N/A# Compatibility links from /usr/X11/bin to /usr/bin
893N/AMODULE_X11_BINCOMPAT_LINKS = xset
893N/A
893N/Ainclude ../Makefile.inc
893N/A