Makefile revision 1360
5cd4555ad444fd391002ae32450572054369fd42Rob Austein###############################################################################
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# xcb-util-wm - Library of xcb utility functions for Window Manager hints
938440694b33cd752e9e4b71a526368b4811c177Tinderbox User# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# Permission is hereby granted, free of charge, to any person obtaining a
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# copy of this software and associated documentation files (the "Software"),
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# to deal in the Software without restriction, including without limitation
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# the rights to use, copy, modify, merge, publish, distribute, sublicense,
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# and/or sell copies of the Software, and to permit persons to whom the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Software is furnished to do so, subject to the following conditions:
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# The above copyright notice and this permission notice (including the next
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# paragraph) shall be included in all copies or substantial portions of the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
072440df4f65033eb058c06f2cc72be450606720Jeremy Reed# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1753d3c4d74241a847794f7e7cfd94cc79be6600Evan Hunt# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# DEALINGS IN THE SOFTWARE.
a8f6b2aa46f882c7c680b7bdab1dfb78a76787eaMark Andrews# Package name used in tarballs
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# pkg(5) name we deliver the files in (override default)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Version number (used in path names)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Checksums for upstream tarball
26e2a07a0b6a3b1eccef82ba31270d0c54ad4f06Mark AndrewsTARBALL_SHA1 = 22d4bc822ef53e4716ce14349e7241a7f8810fa0
030aac3dbc57f99bad1d251b0783890ff0369952Automatic Updater# ARC cases that covered this module
a9f68291c8db8111b88442635a04dfd35221411bAutomatic Updater# Package metadata
5fa46bc91672ef5737aee6f99763161511566c24Tinderbox UserMODULE_DESC = the xcb-util-wm library of xcb utility functions for Window Manager hints
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Patches to apply to source after unpacking, in order
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# Library name (used for specfiles/mapfiles)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Man pages to apply Sun footer to & attributes to list
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Need to use GNU Make to build, due to the use of $< in explicit rules