Makefile revision 970
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync###############################################################################
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# xbiff 1.x Makefile
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
cfeb51c88f60cb31c8862f0fa325d7d1c4d22f8avboxsync# copy of this software and associated documentation files (the "Software"),
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# to deal in the Software without restriction, including without limitation
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# and/or sell copies of the Software, and to permit persons to whom the
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Software is furnished to do so, subject to the following conditions:
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# The above copyright notice and this permission notice (including the next
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# paragraph) shall be included in all copies or substantial portions of the
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Software.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# DEALINGS IN THE SOFTWARE.
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync#
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Package name used in tarballs
26ab5559e05ae622734a4047cee975670da3b0e8vboxsyncMODULE_NAME=xbiff
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# pkg(5) name we deliver the files in (override default)
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncMODULE_PKGNAME=x11/accessory/$(MODULE_NAME)
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncMODULE_PKGNAME_SET=yes
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# Package classification (override default)
65ba0abe3ecfd47b318d49a3c37a9b48d1f6904evboxsyncMODULE_PKGCLASS=Applications/Accessories
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncMODULE_PKGCLASS_SET=yes
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# Version number (used in path names)
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncMODULE_VERSION=1.0.2
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Checksums for upstream tarball
26ab5559e05ae622734a4047cee975670da3b0e8vboxsyncTARBALL_MD5 = 1d4ad06725f9dc4b877ecd210b7b1607
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncTARBALL_SHA1 = 9980a9f92b060168cfb46006f7c98c7f34459011
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# Patches to apply to source after unpacking, in order
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncSOURCE_PATCHES =
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# Man pages to apply Sun footer to & attributes to list
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncSUNTOUCHED_MANPAGES=*.man
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncMODULE_STABILITY=Committed
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Compatibility links from /usr/X11/bin to /usr/bin
26ab5559e05ae622734a4047cee975670da3b0e8vboxsyncMODULE_X11_BINCOMPAT_LINKS = xbiff
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync
26ab5559e05ae622734a4047cee975670da3b0e8vboxsyncinclude ../Makefile.inc
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync