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