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