Makefile revision 969
816N/A###############################################################################
816N/A#
816N/A# xclipboard 1.x Makefile
816N/A#
816N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
816N/A#
816N/A# Permission is hereby granted, free of charge, to any person obtaining a
816N/A# copy of this software and associated documentation files (the "Software"),
816N/A# to deal in the Software without restriction, including without limitation
816N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
816N/A# and/or sell copies of the Software, and to permit persons to whom the
816N/A# Software is furnished to do so, subject to the following conditions:
816N/A#
816N/A# The above copyright notice and this permission notice (including the next
816N/A# paragraph) shall be included in all copies or substantial portions of the
816N/A# Software.
816N/A#
816N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
816N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
816N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
816N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
816N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
816N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
816N/A# DEALINGS IN THE SOFTWARE.
816N/A#
816N/A#
816N/A
816N/A# Package name used in tarballs
816N/AMODULE_NAME=xclipboard
816N/A
816N/A# Version number (used in path names)
816N/AMODULE_VERSION=1.1.0
816N/A
816N/A# Checksums for upstream tarball
816N/ATARBALL_MD5 = 113eccea3ee73a1ef7b43d2291ca1e09
816N/ATARBALL_SHA1 = d1ec94f032174f5d011e33817cb7f48e3cd957be
816N/A
816N/A# Patches to apply to source after unpacking, in order
816N/ASOURCE_PATCHES =
816N/A
849N/A
849N/A# Man pages to apply Sun footer to & attributes to list
816N/ASUNTOUCHED_MANPAGES=*.man
816N/ASUN_PACKAGE=SUNWxwopt
816N/AMODULE_STABILITY=Committed
816N/A
816N/Ainclude ../Makefile.inc
816N/A