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