Makefile revision 1276
653N/A###############################################################################
653N/A#
653N/A# xclipboard & xcutsel tools for clipboard & cut buffer manipulation
653N/A#
653N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
810N/A#
653N/A# Permission is hereby granted, free of charge, to any person obtaining a
653N/A# copy of this software and associated documentation files (the "Software"),
653N/A# to deal in the Software without restriction, including without limitation
653N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
653N/A# and/or sell copies of the Software, and to permit persons to whom the
653N/A# Software is furnished to do so, subject to the following conditions:
653N/A#
653N/A# The above copyright notice and this permission notice (including the next
653N/A# paragraph) shall be included in all copies or substantial portions of the
653N/A# Software.
653N/A#
653N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
653N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
653N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
653N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
653N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
653N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
653N/A# DEALINGS IN THE SOFTWARE.
653N/A#
653N/A#
653N/A
653N/A# Package name used in tarballs
653N/AMODULE_NAME=xclipboard
653N/A
653N/A# Package classification (override default)
653N/AMODULE_PKGCLASS=Applications/Accessories
837N/AMODULE_PKGCLASS_SET=yes
653N/A
653N/A# Version number (used in path names)
653N/AMODULE_VERSION=1.1.2
653N/A
653N/A# Checksums for upstream tarball
653N/ATARBALL_MD5 = f53f9276c0d009b539d7f64c6db9f0ff
653N/ATARBALL_SHA1 = 8dc77e1234c1c2853805124536676a4d5f7c7a3b
653N/ATARBALL_SHA256= 5f3b12da1eae4ed24883d8a5633b6150a0291deede818aeb5c9e827599b6429e
653N/A
653N/A# Patches to apply to source after unpacking, in order
653N/ASOURCE_PATCHES =
653N/A
653N/A# Man pages to apply Sun footer to & attributes to list
653N/ASUNTOUCHED_MANPAGES= man/*.man
653N/AMODULE_STABILITY=Committed
653N/A
653N/A# Compatibility links from /usr/X11/bin to /usr/bin
653N/AMODULE_X11_BINCOMPAT_LINKS = xclipboard xcutsel
653N/A
653N/Ainclude ../Makefile.inc
653N/A