Makefile revision 970
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync###############################################################################
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync#
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# bitmap 1.x Makefile
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync#
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync#
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# copy of this software and associated documentation files (the "Software"),
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# to deal in the Software without restriction, including without limitation
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# and/or sell copies of the Software, and to permit persons to whom the
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# Software is furnished to do so, subject to the following conditions:
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync#
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# The above copyright notice and this permission notice (including the next
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# paragraph) shall be included in all copies or substantial portions of the
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# Software.
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync#
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# DEALINGS IN THE SOFTWARE.
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync#
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync#
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# Package name used in tarballs
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncMODULE_NAME=bitmap
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# pkg(5) name we deliver the files in (override default)
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncMODULE_PKGNAME=image/editor/bitmap
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncMODULE_PKGNAME_SET=yes
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# Package classification (override default)
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncMODULE_PKGCLASS=Applications/Graphics and Imaging
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncMODULE_PKGCLASS_SET=yes
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# Version number (used in path names)
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncMODULE_VERSION=1.0.4
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# Checksums for upstream tarball
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncTARBALL_MD5 = 7d0c1ac193be2491c72a91ccf37ef18e
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncTARBALL_SHA1 = b83483937b1d4c542379b5f82edf408a023f8671
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# Patches to apply to source after unpacking, in order
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncSOURCE_PATCHES =
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync
7c90a188b164765cebe27fa754d68a4321ded83evboxsync# Man pages to apply Sun footer to & attributes to list
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncSUNTOUCHED_MANPAGES=*.man
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncMODULE_STABILITY=Committed
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync# Compatibility links from /usr/X11/bin to /usr/bin
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncMODULE_X11_BINCOMPAT_LINKS = bitmap atobm bmtoa
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsyncinclude ../Makefile.inc
2e848e79ccf2e4285250a0af98ddb9eb28864878vboxsync