Makefile revision 1196
239N/A###############################################################################
239N/A#
239N/A# bitmap 1.x Makefile
239N/A#
239N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
239N/A#
239N/A# Permission is hereby granted, free of charge, to any person obtaining a
239N/A# copy of this software and associated documentation files (the "Software"),
239N/A# to deal in the Software without restriction, including without limitation
239N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
239N/A# and/or sell copies of the Software, and to permit persons to whom the
239N/A# Software is furnished to do so, subject to the following conditions:
239N/A#
239N/A# The above copyright notice and this permission notice (including the next
239N/A# paragraph) shall be included in all copies or substantial portions of the
239N/A# Software.
239N/A#
239N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
239N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
239N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
239N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
239N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
239N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
239N/A# DEALINGS IN THE SOFTWARE.
239N/A#
239N/A#
239N/A
239N/A# Package name used in tarballs
239N/AMODULE_NAME=bitmap
239N/A
239N/A# pkg(5) name we deliver the files in (override default)
239N/AMODULE_PKGNAME=image/editor/bitmap
239N/AMODULE_PKGNAME_SET=yes
239N/A
239N/A# Package classification (override default)
239N/AMODULE_PKGCLASS=Applications/Graphics and Imaging
239N/AMODULE_PKGCLASS_SET=yes
239N/A
239N/A# Version number (used in path names)
239N/AMODULE_VERSION=1.0.5
239N/A
239N/A# Checksums for upstream tarball
239N/ATARBALL_MD5 = 0b7ceb0ded994dac645bb81e86ce69cc
239N/ATARBALL_SHA1 = 4f6f847b6cfc3e250f1befe907a3d1957f4a43c8
239N/A
239N/A# Patches to apply to source after unpacking, in order
239N/ASOURCE_PATCHES =
239N/A
239N/A# Man pages to apply Sun footer to & attributes to list
239N/ASUNTOUCHED_MANPAGES=man/bitmap.man
239N/AMODULE_STABILITY=Committed
239N/A
# Compatibility links from /usr/X11/bin to /usr/bin
MODULE_X11_BINCOMPAT_LINKS = bitmap atobm bmtoa
# ignore some unneeded dependencies that upstream includes:
# unreferenced object=/usr/lib/libm.so.2; unused dependency of /usr/bin/bitmap
# unreferenced object=/usr/lib/libXt.so.4; unused dependency of /usr/bin/bmtoa
# unreferenced object=/usr/lib/libX11.so.4; unused dependency of /usr/bin/bmtoa
MODULE_LDFLAGS = -z ignore
include ../Makefile.inc