325N/A###############################################################################
325N/A#
325N/A# xlogo - simple application to display the X Window System logo
325N/A#
761N/A# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
761N/A#
325N/A# Permission is hereby granted, free of charge, to any person obtaining a
325N/A# copy of this software and associated documentation files (the "Software"),
325N/A# to deal in the Software without restriction, including without limitation
325N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
325N/A# and/or sell copies of the Software, and to permit persons to whom the
325N/A# Software is furnished to do so, subject to the following conditions:
325N/A#
325N/A# The above copyright notice and this permission notice (including the next
325N/A# paragraph) shall be included in all copies or substantial portions of the
325N/A# Software.
325N/A#
325N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
325N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
325N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
325N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
325N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
325N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
325N/A# DEALINGS IN THE SOFTWARE.
325N/A#
325N/A#
325N/A
325N/A# Package name used in tarballs
325N/AMODULE_NAME=xlogo
325N/A
325N/A# Version number (used in path names)
325N/AMODULE_VERSION=1.0.4
761N/A
325N/A# Checksums for upstream tarball
325N/ATARBALL_MD5 = 4ce21861f7b9398805beba8b62d8ff8e
325N/ATARBALL_SHA1 = 8087ca621c48506b26bb2cf3219a957b31537267
493N/ATARBALL_SHA256= 17af6f4fb73e7310e087fbfe5d773bab2b0d6f37a894ae5ee32de4693af6ba92
325N/A
325N/A# Patches to apply to source after unpacking, in order
761N/ASOURCE_PATCHES =
325N/A
325N/A# pkg(5) name we deliver the files in (override default)
761N/AMODULE_PKGNAME=x11/demo
325N/AMODULE_PKGNAME_SET=yes
325N/A
325N/A# Package metadata
325N/AMODULE_DESC = the xlogo application to display the X Window System logo
325N/A
325N/A# ARC cases that covered this module
325N/A# PSARC/2008/177 xlogo update to X11R7
493N/AMODULE_ARC_CASES = PSARC/2008/177
493N/A
325N/A# Man pages to apply Sun footer to & attributes to list
325N/ASUNTOUCHED_MANPAGES = man/xlogo.man
325N/AMODULE_STABILITY=Committed
493N/A
325N/A# Compatibility links from /usr/X11/bin to /usr/bin
761N/AMODULE_X11_BINCOMPAT_LINKS = xlogo
761N/A
325N/Ainclude ../Makefile.inc
325N/A