Makefile revision 977
2400N/A###############################################################################
2400N/A#
2400N/A# editres 1.x Makefile
2400N/A#
2400N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
2400N/A#
2400N/A# Permission is hereby granted, free of charge, to any person obtaining a
2400N/A# copy of this software and associated documentation files (the "Software"),
2400N/A# to deal in the Software without restriction, including without limitation
2400N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2400N/A# and/or sell copies of the Software, and to permit persons to whom the
2400N/A# Software is furnished to do so, subject to the following conditions:
2400N/A#
2400N/A# The above copyright notice and this permission notice (including the next
2400N/A# paragraph) shall be included in all copies or substantial portions of the
2400N/A# Software.
2400N/A#
2400N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2400N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2400N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3998N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3998N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5403N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2400N/A# DEALINGS IN THE SOFTWARE.
3998N/A#
2400N/A#
2400N/A
2400N/A# Package name used in tarballs
5403N/AMODULE_NAME=editres
2400N/A
2400N/A# pkg(5) name we deliver the files in (override default)
2400N/AMODULE_PKGNAME=x11/xt-resource-utilities
5403N/AMODULE_PKGNAME_SET=yes
2400N/A
2400N/A# Version number (used in path names)
3998N/AMODULE_VERSION=1.0.4
2400N/A
5403N/A# Checksums for upstream tarball
2899N/ATARBALL_MD5 = 1800dda934ebb7c588ea686278a10e9f
2818N/ATARBALL_SHA1 = 5f84cf0592ed2e1c8430c907db36b7e70905fa78
4982N/A
2818N/A# Patches to apply to source after unpacking, in order
3817N/ASOURCE_PATCHES =
3817N/A
3817N/A
2400N/A# Man pages to apply Sun footer to & attributes to list
2400N/ASUNTOUCHED_MANPAGES=*.man
2400N/AMODULE_STABILITY=Committed
2400N/A
2400N/A# Compatibility links from /usr/X11/bin to /usr/bin
2400N/AMODULE_X11_BINCOMPAT_LINKS = editres
2400N/A
2400N/Ainclude ../Makefile.inc
2400N/A