Makefile revision 1003
1179N/A###############################################################################
1179N/A#
1179N/A# xf86-input-keyboard 1.x Makefile
1179N/A#
1370N/A# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
1094N/A#
1094N/A# Permission is hereby granted, free of charge, to any person obtaining a
1094N/A# copy of this software and associated documentation files (the "Software"),
1094N/A# to deal in the Software without restriction, including without limitation
1179N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1094N/A# and/or sell copies of the Software, and to permit persons to whom the
1094N/A# Software is furnished to do so, subject to the following conditions:
1094N/A#
1094N/A# The above copyright notice and this permission notice (including the next
1094N/A# paragraph) shall be included in all copies or substantial portions of the
1094N/A# Software.
1094N/A#
1094N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#
# Package name used in tarballs
MODULE_NAME=xf86-input-hotkey
# Package metadata
MODULE_LICENSE = Oracle
MODULE_LICENSE_SET = yes
# Version number (used in path names)
MODULE_VERSION=src
SOURCE_TARBALL_NAME=NONE
SOURCE_TARBALL_NAME_SET=yes
ADDITIONAL_SOURCE_DIR=sun-src
# No configure script to run
CONFIGURE_TARGETS=
CONFIGURE_TARGETS_SET=yes
MODULE_STABILITY=Volatile
# Since we don't have a configure script, pass configure flags to make
MODULE_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX) \
MODULEDIR=/lib$(X11_SERVERMODS_SUBDIR) ARCHLIBSUBDIR="$(ARCHLIBSUBDIR)"
include ../Makefile.inc