Makefile revision 1276
fc898f11f7bdfeda4964ea9d2d1d1ad770a9fdbdLuke Smith###############################################################################
fc898f11f7bdfeda4964ea9d2d1d1ad770a9fdbdLuke Smith#
7c8cfb4f517f79e03461dc5e27616e5a928f6736Luke Smith# oclock - round shaped window clock application
7c8cfb4f517f79e03461dc5e27616e5a928f6736Luke Smith#
7c8cfb4f517f79e03461dc5e27616e5a928f6736Luke Smith# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
7c8cfb4f517f79e03461dc5e27616e5a928f6736Luke Smith#
fc898f11f7bdfeda4964ea9d2d1d1ad770a9fdbdLuke Smith# Permission is hereby granted, free of charge, to any person obtaining a
b997a309ae6157688d370ccbdb9cffe508d8b87cLuke Smith# copy of this software and associated documentation files (the "Software"),
b997a309ae6157688d370ccbdb9cffe508d8b87cLuke Smith# to deal in the Software without restriction, including without limitation
b997a309ae6157688d370ccbdb9cffe508d8b87cLuke Smith# the rights to use, copy, modify, merge, publish, distribute, sublicense,
b997a309ae6157688d370ccbdb9cffe508d8b87cLuke Smith# and/or sell copies of the Software, and to permit persons to whom the
b997a309ae6157688d370ccbdb9cffe508d8b87cLuke Smith# Software is furnished to do so, subject to the following conditions:
b997a309ae6157688d370ccbdb9cffe508d8b87cLuke Smith#
b997a309ae6157688d370ccbdb9cffe508d8b87cLuke Smith# The above copyright notice and this permission notice (including the next
65f74abe0edda83a11d7815c8c544d23ff68c531Luke Smith# paragraph) shall be included in all copies or substantial portions of the
ee2ba0858403cc7b1eea260bc2aea5fb863b233eLuke Smith# Software.
ee2ba0858403cc7b1eea260bc2aea5fb863b233eLuke Smith#
fc898f11f7bdfeda4964ea9d2d1d1ad770a9fdbdLuke Smith# 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=oclock
# Package classification (override default)
MODULE_PKGCLASS=Applications/Accessories
MODULE_PKGCLASS_SET=yes
# Version number (used in path names)
MODULE_VERSION=1.0.3
# Checksums for upstream tarball
TARBALL_MD5 = f73ad0fa3fda1efe1036e1f48f8a3953
TARBALL_SHA1 = 1aa05864019a55610aca5471c5206858dde9a34a
TARBALL_SHA256= 54f5fb85f5828705683f457e559fb18753332db15ae82da561b0ae5a63915091
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES =
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES = man/oclock.man
MODULE_STABILITY=Committed
# Compatibility links from /usr/X11/bin to /usr/bin
MODULE_X11_BINCOMPAT_LINKS = oclock
include ../Makefile.inc