Makefile revision 1565
1124N/A###############################################################################
1124N/A#
1124N/A# xcb-util-cursor - XCB cursor utility library
1089N/A#
1089N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
1089N/A#
1089N/A# Permission is hereby granted, free of charge, to any person obtaining a
1089N/A# copy of this software and associated documentation files (the "Software"),
1089N/A# to deal in the Software without restriction, including without limitation
1089N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1089N/A# and/or sell copies of the Software, and to permit persons to whom the
1124N/A# Software is furnished to do so, subject to the following conditions:
1089N/A#
1089N/A# The above copyright notice and this permission notice (including the next
1089N/A# paragraph) shall be included in all copies or substantial portions of the
1089N/A# Software.
1124N/A#
1089N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1089N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1089N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1124N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1089N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1089N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1089N/A# DEALINGS IN THE SOFTWARE.
1089N/A#
1089N/A
1089N/A# Package name used in tarballs
1089N/AMODULE_NAME=xcb-util-cursor
1089N/A
1124N/A# pkg(5) name we deliver the files in (override default)
1089N/AMODULE_PKGNAME=x11/library/xcb-util
1089N/AMODULE_PKGNAME_SET=yes
1089N/A
1089N/A# Version number (used in path names)
1089N/AMODULE_VERSION=0.1.2
1089N/A
1089N/A# Checksums for upstream tarball
1089N/ATARBALL_MD5 = 88e70d92ff5616d406ce5b1b62e0c58b
1124N/ATARBALL_SHA1 = b55a92cd96c3ec1be9a26963df6d5f16e68fffea
1089N/ATARBALL_SHA256 = ed65367b810d47ab637011585135f4a84dd12e235dddcd3b26e0cfb3be21fb3a
1089N/A
1089N/A# ARC cases that covered this module
1089N/A# PSARC/2015/251 Xorg server 1.17
1089N/AMODULE_ARC_CASES = PSARC/2015/251
1089N/A
1089N/A# Package metadata
1089N/AMODULE_DESC = the xcb-util-cursor is a port of libXcursor
1089N/AUPSTREAM_PROJECT = xcb
1089N/AUPSTREAM_PROJECT_SET = yes
1124N/AORACLE_TPNO = 22961
1089N/AORACLE_TPNO_SET = yes
1089N/A
1089N/AMODULE_LD_OPTIONS = $(ZDISCARD_UNUSED_DEP)
1089N/A
1089N/A# Patches to apply to source after unpacking, in order
1089N/ASOURCE_PATCHES =
1089N/A
1089N/A# Library name (used for specfiles/mapfiles)
1089N/ALIBNAME=xcbutil
1089N/A
1333N/A# Man pages to apply Sun footer to & attributes to list
1333N/ASUNTOUCHED_MANPAGES=
1333N/AMODULE_STABILITY=Uncommitted
1333N/A
1333N/A# pkg-config files to update
1333N/AFIX_PC_FILES=cursor/xcb-cursor.pc.in
1333N/A
1333N/Ainclude ../Makefile.inc
1333N/A