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