Makefile revision 1339
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync###############################################################################
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# bitmap (XBM format) editor application
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# copy of this software and associated documentation files (the "Software"),
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# to deal in the Software without restriction, including without limitation
eb31f787aa8be90af240e2bed7680be92d625ba8vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4e9f070a55a9ab37758f11adff5ca15d0498bcffvboxsync# and/or sell copies of the Software, and to permit persons to whom the
4e9f070a55a9ab37758f11adff5ca15d0498bcffvboxsync# Software is furnished to do so, subject to the following conditions:
4e9f070a55a9ab37758f11adff5ca15d0498bcffvboxsync# The above copyright notice and this permission notice (including the next
4e9f070a55a9ab37758f11adff5ca15d0498bcffvboxsync# paragraph) shall be included in all copies or substantial portions of the
e85b92d4df013df97a72864a412eb94eb3f70acevboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
e85b92d4df013df97a72864a412eb94eb3f70acevboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
e85b92d4df013df97a72864a412eb94eb3f70acevboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
e85b92d4df013df97a72864a412eb94eb3f70acevboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
e85b92d4df013df97a72864a412eb94eb3f70acevboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# DEALINGS IN THE SOFTWARE.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Package name used in tarballs
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# pkg(5) name we deliver the files in (override default)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncMODULE_DESC = the bitmap, bmtoa, and atobm utilities
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Package classification (override default)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Version number (used in path names)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Checksums for upstream tarball
7e032664d31552364e83b411950d6e7c96b0b880vboxsyncTARBALL_SHA1 = 5527034785dec2b93a8d0931edc58602032d1f91
49ad08ab15f3b96d2d5ba5134a0506dd7b27fdf1vboxsyncTARBALL_SHA256= f70100002faf7c54b1b851261a14606c147abcc9e43f9b4e980ffc82f56eb5eb
ad27e1d5e48ca41245120c331cc88b50464813cevboxsync# Patches to apply to source after unpacking, in order
49ad08ab15f3b96d2d5ba5134a0506dd7b27fdf1vboxsync# Man pages to apply Sun footer to & attributes to list
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# ignore some unneeded dependencies that upstream includes:
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# unreferenced object=/usr/lib/libXt.so.4; unused dependency of /usr/bin/bmtoa
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# unreferenced object=/usr/lib/libX11.so.4; unused dependency of /usr/bin/bmtoa