Makefile revision 1137
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk###############################################################################
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk#
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk#
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# Permission is hereby granted, free of charge, to any person obtaining a
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# copy of this software and associated documentation files (the "Software"),
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# to deal in the Software without restriction, including without limitation
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# and/or sell copies of the Software, and to permit persons to whom the
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# Software is furnished to do so, subject to the following conditions:
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk#
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# The above copyright notice and this permission notice (including the next
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# paragraph) shall be included in all copies or substantial portions of the
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# Software.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk#
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# DEALINGS IN THE SOFTWARE.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk#
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# Package name used in tarballs
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkMODULE_NAME=xcursor-themes
# Version number (used in path names)
MODULE_VERSION=1.0.3
# Checksums for upstream tarball
TARBALL_MD5 = ba21aad0b353f1881f5069e423a44587
TARBALL_SHA1 = d65dd5cb931bf4a9722e64b5a265eb14dcc6ec09
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES=
# Additional environment variable options to GNU autoconf configure script
MODULE_CONFIG_ENV= PATH="$(PROTODIR)$(X11_DIR)/bin:$(PATH)"
# Additional environment variable options needed when building
MODULE_BUILD_ENV = LD_LIBRARY_PATH="$(PROTODIR)$(X11_DIR)/lib" \
PATH="$(PROTODIR)$(X11_DIR)/bin:$(PATH)"
# ARC cases that covered this module
# LSARC/2007/491 libXcursor
MODULE_ARC_CASES = LSARC/2007/491
### Include common rulesets
include ../Makefile.inc