Makefile revision 1339
2209N/A###############################################################################
2209N/A#
2209N/A# editres - Dynamic resource editor for X Toolkit applications
2209N/A#
2209N/A# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
2209N/A#
2209N/A# Permission is hereby granted, free of charge, to any person obtaining a
2209N/A# copy of this software and associated documentation files (the "Software"),
2209N/A# to deal in the Software without restriction, including without limitation
2209N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2209N/A# and/or sell copies of the Software, and to permit persons to whom the
2209N/A# Software is furnished to do so, subject to the following conditions:
2209N/A#
2209N/A# The above copyright notice and this permission notice (including the next
2209N/A# paragraph) shall be included in all copies or substantial portions of the
2209N/A# Software.
2209N/A#
2209N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2209N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2209N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5680N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5680N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5371N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2209N/A# DEALINGS IN THE SOFTWARE.
2209N/A#
2209N/A#
2209N/A
2209N/A# Package name used in tarballs
3441N/AMODULE_NAME=editres
3441N/A
3441N/A# pkg(5) name we deliver the files in (override default)
2209N/AMODULE_PKGNAME=x11/xt-resource-utilities
2209N/AMODULE_PKGNAME_SET=yes
5537N/A
5537N/A# Package metadata
5537N/AMODULE_DESC = the editres application
5537N/A
5912N/A# Version number (used in path names)
5600N/AMODULE_VERSION=1.0.5
2209N/A
2209N/A# Checksums for upstream tarball
2209N/ATARBALL_MD5 = 87e499fd2599910af7961187205ca7ed
2209N/ATARBALL_SHA1 = a1a8af23afde85bada5472da1ac029a384dedae4
2209N/A
5912N/A# Patches to apply to source after unpacking, in order
2209N/ASOURCE_PATCHES =
2931N/A
2209N/A# Man pages to apply Sun footer to & attributes to list
5912N/ASUNTOUCHED_MANPAGES=*.man
2899N/AMODULE_STABILITY=Committed
4368N/A
4368N/A# ARC cases that covered this module
4368N/A# PSARC/1992/173 - Update MIT-based Clients to X11R5 Level
4368N/AMODULE_ARC_CASES = PSARC/1992/173
4368N/A
4368N/A# Compatibility links from /usr/X11/bin to /usr/bin
4368N/AMODULE_X11_BINCOMPAT_LINKS = editres
3062N/A
2221N/Ainclude ../Makefile.inc
2221N/A