Makefile revision 1339
143N/A###############################################################################
143N/A#
143N/A# Xxf86misc 1.x Makefile
143N/A#
143N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
143N/A#
143N/A# Permission is hereby granted, free of charge, to any person obtaining a
143N/A# copy of this software and associated documentation files (the "Software"),
143N/A# to deal in the Software without restriction, including without limitation
143N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
143N/A# and/or sell copies of the Software, and to permit persons to whom the
143N/A# Software is furnished to do so, subject to the following conditions:
143N/A#
143N/A# The above copyright notice and this permission notice (including the next
143N/A# paragraph) shall be included in all copies or substantial portions of the
143N/A# Software.
143N/A#
143N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
143N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
143N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
143N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
143N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
143N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
143N/A# DEALINGS IN THE SOFTWARE.
143N/A#
143N/A#
143N/A
143N/A# Package name used in tarballs
143N/AMODULE_NAME=libXxf86misc
143N/A
143N/A# Version number (used in path names)
143N/AMODULE_VERSION=1.0.3
143N/A
143N/A# Checksums for upstream tarball
143N/ATARBALL_MD5 = 6bc0bf78909fd71021c466c793d4385c
143N/ATARBALL_SHA1 = 4d1923ee60a47609c0e751b9b6bb9536b3b933df
143N/A
143N/A# Patches to apply to source after unpacking, in order
143N/ASOURCE_PATCHES =
143N/A
143N/A# Library name
143N/ALIBNAME=Xxf86misc
143N/A
143N/A# ARC cases that covered this module
143N/A# PSARC/2005/189 X client support for XFree86 extensions
143N/AMODULE_ARC_CASES = PSARC/2005/189
143N/A
143N/A# Man pages to apply Sun footer to & attributes to list
143N/ASUNTOUCHED_MANPAGES=man/*.man
143N/AMODULE_STABILITY=Volatile
181N/ALIB_MAN_SUFFIX=3xxf86misc
143N/A
143N/A# pkg-config files that need to have -R added
143N/AFIX_PC_FILES=xxf86misc.pc.in
143N/A
# Compatibility links from /usr/X11/lib to /usr/lib
MODULE_X11_LIBCOMPAT_LINKS = libXxf86misc.so libXxf86misc.so.1
include ../Makefile.inc