Makefile revision 1124
c79e39ad568d9af854765f64049534044ef6c034nd###############################################################################
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi#
c79e39ad568d9af854765f64049534044ef6c034nd# editres 1.x Makefile
d3e250aab242db84d14060985b5db675a731d548nd#
c79e39ad568d9af854765f64049534044ef6c034nd# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim#
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# Permission is hereby granted, free of charge, to any person obtaining a
c79e39ad568d9af854765f64049534044ef6c034nd# copy of this software and associated documentation files (the "Software"),
c79e39ad568d9af854765f64049534044ef6c034nd# to deal in the Software without restriction, including without limitation
c79e39ad568d9af854765f64049534044ef6c034nd# the rights to use, copy, modify, merge, publish, distribute, sublicense,
7f0952c0239ea2d6e37b472db6fde4ef2718343dsf# and/or sell copies of the Software, and to permit persons to whom the
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem# Software is furnished to do so, subject to the following conditions:
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem#
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem# The above copyright notice and this permission notice (including the next
c79e39ad568d9af854765f64049534044ef6c034nd# paragraph) shall be included in all copies or substantial portions of the
c79e39ad568d9af854765f64049534044ef6c034nd# 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=editres
# pkg(5) name we deliver the files in (override default)
MODULE_PKGNAME=x11/xt-resource-utilities
MODULE_PKGNAME_SET=yes
# Version number (used in path names)
MODULE_VERSION=1.0.5
# Checksums for upstream tarball
TARBALL_MD5 = 87e499fd2599910af7961187205ca7ed
TARBALL_SHA1 = a1a8af23afde85bada5472da1ac029a384dedae4
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES =
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=*.man
MODULE_STABILITY=Committed
# ARC cases that covered this module
# PSARC/1992/173 - Update MIT-based Clients to X11R5 Level
MODULE_ARC_CASES = PSARC/1992/173
# Compatibility links from /usr/X11/bin to /usr/bin
MODULE_X11_BINCOMPAT_LINKS = editres
include ../Makefile.inc