Makefile revision 1360
8N/A###############################################################################
8N/A#
380N/A# xcb-util-keysyms - Library of xcb utility functions for handling X keysyms
8N/A#
8N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
8N/A#
8N/A# Permission is hereby granted, free of charge, to any person obtaining a
8N/A# copy of this software and associated documentation files (the "Software"),
8N/A# to deal in the Software without restriction, including without limitation
8N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8N/A# and/or sell copies of the Software, and to permit persons to whom the
8N/A# Software is furnished to do so, subject to the following conditions:
8N/A#
8N/A# The above copyright notice and this permission notice (including the next
8N/A# paragraph) shall be included in all copies or substantial portions of the
8N/A# Software.
8N/A#
8N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
8N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8N/A# DEALINGS IN THE SOFTWARE.
8N/A#
8N/A
8N/A# Package name used in tarballs
8N/AMODULE_NAME=xcb-util-keysyms
8N/A
8N/A# pkg(5) name we deliver the files in (override default)
493N/AMODULE_PKGNAME=x11/library/xcb-util
8N/AMODULE_PKGNAME_SET=yes
8N/A
8N/A# Version number (used in path names)
253N/AMODULE_VERSION=0.3.9
253N/A
414N/A# Checksums for upstream tarball
253N/ATARBALL_MD5 = 64e4aad2d48cd4a92e2da13b9f35bfd2
253N/ATARBALL_SHA1 = 74d9d0eeb13ec0e36b35f4b812e8073d1a09e51c
253N/A
258N/A# ARC cases that covered this module
98N/AMODULE_ARC_CASES = PSARC/2010/109
156N/A
98N/A# Package metadata
156N/AMODULE_DESC = the xcb-util-keysyms library of xcb utility functions for handling X keysyms
414N/AUPSTREAM_PROJECT = xcb
98N/AUPSTREAM_PROJECT_SET = yes
8N/AORACLE_TPNO = 5069
8N/AORACLE_TPNO_SET = yes
493N/A
8N/A# Patches to apply to source after unpacking, in order
493N/ASOURCE_PATCHES =
493N/A
380N/A# Library name (used for specfiles/mapfiles)
493N/ALIBNAME=xcb-keysyms
493N/A
493N/A# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=
MODULE_STABILITY=Uncommitted
include ../Makefile.inc