Makefile revision 1356
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen###############################################################################
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen#
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# xcb-util-renderutil - Library of xcb utility functions for X Render Extension
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen#
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen#
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# Permission is hereby granted, free of charge, to any person obtaining a
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# copy of this software and associated documentation files (the "Software"),
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# to deal in the Software without restriction, including without limitation
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# the rights to use, copy, modify, merge, publish, distribute, sublicense,
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# and/or sell copies of the Software, and to permit persons to whom the
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# Software is furnished to do so, subject to the following conditions:
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen#
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen# The above copyright notice and this permission notice (including the next
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen# paragraph) shall be included in all copies or substantial portions of the
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen# Software.
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen#
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen# DEALINGS IN THE SOFTWARE.
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen#
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen# Package name used in tarballs
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo SirainenMODULE_NAME=xcb-util-renderutil
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo Sirainen# pkg(5) name we deliver the files in (override default)
f16c114c20bbd7d292d93415d1e56c8dd6abd3e7Timo SirainenMODULE_PKGNAME=x11/library/xcb-util
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo SirainenMODULE_PKGNAME_SET=yes
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# Version number (used in path names)
8fcff4c5b52f24d9c681805fdf06b486f1d0fcbeTimo SirainenMODULE_VERSION=0.3.8
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# Checksums for upstream tarball
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo SirainenTARBALL_MD5 = b346ff598ee093c141f836fbc0f8f721
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo SirainenTARBALL_SHA1 = ce6b6acb015fa47c716adfd83b2f36c874401277
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# ARC cases that covered this module
8fcff4c5b52f24d9c681805fdf06b486f1d0fcbeTimo SirainenMODULE_ARC_CASES = PSARC/2010/109
8fcff4c5b52f24d9c681805fdf06b486f1d0fcbeTimo Sirainen
9aa52288a4b53186d81b0ec9afa7d9e0a8ee8753Timo Sirainen# Package metadata
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo SirainenMODULE_DESC = the xcb-util-renderutil library of xcb utility functions for the X Render Extension
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo SirainenUPSTREAM_PROJECT = xcb
e06c0b65c16ccce69bbee009ead14d7d3d17a256Timo SirainenUPSTREAM_PROJECT_SET = yes
7a6b45405fb1544ac476e6eb1402a70cc1ddcdcfTimo Sirainen
8fcff4c5b52f24d9c681805fdf06b486f1d0fcbeTimo Sirainen# Patches to apply to source after unpacking, in order
8fcff4c5b52f24d9c681805fdf06b486f1d0fcbeTimo SirainenSOURCE_PATCHES =
abe8230dd1dd37d7ccf0163100e934bb5e658c20Timo Sirainen
abe8230dd1dd37d7ccf0163100e934bb5e658c20Timo Sirainen# Library name (used for specfiles/mapfiles)
02b79f9c2636da1829eee5b92753602bba8b67edTimo SirainenLIBNAME=xcb-render-util
02b79f9c2636da1829eee5b92753602bba8b67edTimo Sirainen
02b79f9c2636da1829eee5b92753602bba8b67edTimo Sirainen# Need to tell delibtoolize.pl the shared object name since upstream makefile
02b79f9c2636da1829eee5b92753602bba8b67edTimo Sirainen# relies on libtool defaults
02b79f9c2636da1829eee5b92753602bba8b67edTimo SirainenDELIBTOOLIZE_FLAGS = --shared libxcb-render-util.so.0
02b79f9c2636da1829eee5b92753602bba8b67edTimo Sirainen
02b79f9c2636da1829eee5b92753602bba8b67edTimo Sirainen# Man pages to apply Sun footer to & attributes to list
02b79f9c2636da1829eee5b92753602bba8b67edTimo SirainenSUNTOUCHED_MANPAGES=
02b79f9c2636da1829eee5b92753602bba8b67edTimo SirainenMODULE_STABILITY=Uncommitted
02b79f9c2636da1829eee5b92753602bba8b67edTimo Sirainen
02b79f9c2636da1829eee5b92753602bba8b67edTimo Siraineninclude ../Makefile.inc
02b79f9c2636da1829eee5b92753602bba8b67edTimo Sirainen