Makefile revision 1366
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi###############################################################################
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# ico - X11 demo animation of an icosahedron or other polyhedron
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# Permission is hereby granted, free of charge, to any person obtaining a
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# copy of this software and associated documentation files (the "Software"),
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# to deal in the Software without restriction, including without limitation
0cf3cdbaa1dad11cbf1ce32e48f1b4ec88cf779fnilgun# the rights to use, copy, modify, merge, publish, distribute, sublicense,
0cf3cdbaa1dad11cbf1ce32e48f1b4ec88cf779fnilgun# and/or sell copies of the Software, and to permit persons to whom the
0cf3cdbaa1dad11cbf1ce32e48f1b4ec88cf779fnilgun# Software is furnished to do so, subject to the following conditions:
0cf3cdbaa1dad11cbf1ce32e48f1b4ec88cf779fnilgun#
# 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=ico
# pkg(5) name we deliver the files in (override default)
MODULE_PKGNAME=x11/demo
MODULE_PKGNAME_SET=yes
# Package metadata
MODULE_DESC = the ico X11 animation demo
# Version number (used in path names)
MODULE_VERSION=1.0.4
# Checksums for upstream tarball
TARBALL_MD5 = be8062c90bd91f3cb848290170be83a1
TARBALL_SHA1 = 53e7bb52227f2458bf20c7f95f34b19c26cf8885
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES =
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=man/*.man
MODULE_STABILITY=Uncommitted
# Compatibility links from /usr/X11/bin to /usr/bin
MODULE_X11_BINCOMPAT_LINKS = ico
include ../Makefile.inc