Makefile revision 1377
85N/A###############################################################################
85N/A#
85N/A# Xlib-based client library for Distributed Multihead X (DMX) extension
85N/A#
85N/A# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
85N/A#
85N/A# Permission is hereby granted, free of charge, to any person obtaining a
85N/A# copy of this software and associated documentation files (the "Software"),
85N/A# to deal in the Software without restriction, including without limitation
85N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
85N/A# and/or sell copies of the Software, and to permit persons to whom the
85N/A# Software is furnished to do so, subject to the following conditions:
85N/A#
85N/A# The above copyright notice and this permission notice (including the next
85N/A# paragraph) shall be included in all copies or substantial portions of the
85N/A# Software.
85N/A#
85N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
85N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
85N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2344N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
85N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
85N/A# DEALINGS IN THE SOFTWARE.
85N/A#
85N/A#
618N/A
85N/A# Package name used in tarballs
85N/AMODULE_NAME=libdmx
844N/A
844N/A# Version number (used in path names)
85N/AMODULE_VERSION=1.1.2
1258N/A
85N/A# Checksums for upstream tarball
2899N/ATARBALL_MD5 = 782ced3a9e754dfeb53a8a006a75eb1a
2899N/ATARBALL_SHA1 = 76956d4127ded2e6d1bb5746a6d1603ee23b442a
85N/ATARBALL_SHA256= a7870b648a8768d65432af76dd11581ff69f3955118540d5967eb1eef43838ba
85N/A
85N/A# Patches to apply to source after unpacking, in order
85N/ASOURCE_PATCHES = CVE-2013-1992.patch,-p1
85N/A
85N/A# Package metadata
85N/AORACLE_TPNO = 3811
85N/A
85N/A# Library name (used for specfiles/mapfiles)
2344N/ALIBNAME=dmx
2344N/A
85N/A# Man pages to apply Sun footer to & attributes to list
85N/ASUNTOUCHED_MANPAGES=man/*.man
85N/AMODULE_STABILITY=Volatile
85N/A
181N/Ainclude ../Makefile.inc
85N/A