Makefile revision 1392
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik###############################################################################
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# xmakemap script to generate xmodmap files from current keyboard settings
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# Permission is hereby granted, free of charge, to any person obtaining a
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# copy of this software and associated documentation files (the "Software"),
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# to deal in the Software without restriction, including without limitation
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# the rights to use, copy, modify, merge, publish, distribute, sublicense,
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# and/or sell copies of the Software, and to permit persons to whom the
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# Software is furnished to do so, subject to the following conditions:
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# The above copyright notice and this permission notice (including the next
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# paragraph) shall be included in all copies or substantial portions of the
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# DEALINGS IN THE SOFTWARE.
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# pkg(5) name we deliver the files in (override default)
1f3127e88a87953f059c9a70d3582ae1719594b1Jakub Hrozek# Package metadata
1f3127e88a87953f059c9a70d3582ae1719594b1Jakub HrozekMODULE_DESC = the xmakemap script to generate xmodmap files
1f3127e88a87953f059c9a70d3582ae1719594b1Jakub Hrozek# Dates to show in Oracle copyright notice in pkg license file
1f3127e88a87953f059c9a70d3582ae1719594b1Jakub Hrozek# Earliest & latest of the copyrights in the Oracle files in this pkg
022c6b90bb37851c0e8704c0e5388ebc113c6470Lukas Slebodnik# No upstream sources for these files, since they're Sun created
1f3127e88a87953f059c9a70d3582ae1719594b1Jakub Hrozek# Don't need default targets for configure, build, or install, since there's
1f3127e88a87953f059c9a70d3582ae1719594b1Jakub Hrozek# nothing to build, and the install rule follows here
92d19f76449817dfb125da9510d478a30eed37bcSumit Bose# Man pages to apply Sun footer to & attributes to list
92d19f76449817dfb125da9510d478a30eed37bcSumit Bose### Include common rulesets
92d19f76449817dfb125da9510d478a30eed37bcSumit Bose# Compatibility links from /usr/X11/bin to /usr/bin
1f3127e88a87953f059c9a70d3582ae1719594b1Jakub Hrozekinstall_xmakemap: $(SOURCE_TARGETS) $(INSTALL_DEPS)
1f3127e88a87953f059c9a70d3582ae1719594b1Jakub Hrozek $(INSTALL_SCRIPT) -m 0555 $(SOURCE_DIR)/xmakemap \