Makefile revision 911
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync###############################################################################
2b8bde865e119318ffd56bfeb9ba0d05988deb5fvboxsync#
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# xeyes 1.x Makefile
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync#
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# Use is subject to license terms.
2b8bde865e119318ffd56bfeb9ba0d05988deb5fvboxsync#
3baadeafd9922582dad9b32431362e6296417dd8vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
1d98526a7c32ecd4d197158fc5390ac8e8d714fevboxsync# copy of this software and associated documentation files (the
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# "Software"), to deal in the Software without restriction, including
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# without limitation the rights to use, copy, modify, merge, publish,
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# distribute, and/or sell copies of the Software, and to permit persons
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# to whom the Software is furnished to do so, provided that the above
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# copyright notice(s) and this permission notice appear in all copies of
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# the Software and that both the above copyright notice(s) and this
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# permission notice appear in supporting documentation.
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync#
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# 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
# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
# Except as contained in this notice, the name of a copyright holder
# shall not be used in advertising or otherwise to promote the sale, use
# or other dealings in this Software without prior written authorization
# of the copyright holder.
#
#
# Package name used in tarballs
MODULE_NAME=xeyes
# Version number (used in path names)
MODULE_VERSION=1.0.991
# Checksums for upstream tarball
TARBALL_MD5 = ba1b886bd6104018fe78ab431d83ce4d
TARBALL_SHA1 = 8b30da0ca87aa10fefa9791bb636fdffa2049a0a
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES =
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=*.man
SUN_PACKAGE=SUNWxwdem
MODULE_STABILITY=Uncommitted
include ../Makefile.inc