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