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