open-src/app/transset/Makefile
author henryzh <henry.zhao@oracle.com>
Tue, 24 Feb 2015 18:57:01 -0800
changeset 1510 ef06e61b3a1f
parent 1408 17c15e2662ba
permissions -rw-r--r--
20441798 Fix parfait errors for dsession

###############################################################################
#
# transset utility for setting window transparency properties
#
# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice (including the next
# paragraph) shall be included in all copies or substantial portions of the
# Software.
#
# 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=transset

# Version number (used in path names)
MODULE_VERSION=1.0.1

# Checksums for upstream tarball
TARBALL_MD5   = 4afa9e30637171ae9e557a986e423720
TARBALL_SHA1  = 8d5219f138fafc7146e4b45b94bc7e568efbcd43
TARBALL_SHA256= 70c3d033874fe48286bc4971d5de9027f2e8ccd0f21b7506fe1bb4472218036d

# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES = man/transset.man
MODULE_STABILITY=Volatile

include ../Makefile.inc