Makefile revision 1549
328N/A###############################################################################
328N/A#
328N/A# xcalc 1.x Makefile
328N/A#
328N/A# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
328N/A#
328N/A# Permission is hereby granted, free of charge, to any person obtaining a
328N/A# copy of this software and associated documentation files (the "Software"),
328N/A# to deal in the Software without restriction, including without limitation
328N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
328N/A# and/or sell copies of the Software, and to permit persons to whom the
328N/A# Software is furnished to do so, subject to the following conditions:
328N/A#
328N/A# The above copyright notice and this permission notice (including the next
328N/A# paragraph) shall be included in all copies or substantial portions of the
328N/A# Software.
328N/A#
328N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
328N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
328N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
328N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
328N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3661N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
328N/A# DEALINGS IN THE SOFTWARE.
328N/A#
328N/A#
328N/A
328N/A# Package name used in tarballs
1195N/AMODULE_NAME=xcalc
328N/A
328N/A# Package classification (override default)
328N/AMODULE_PKGCLASS=Applications/Accessories
844N/AMODULE_PKGCLASS_SET=yes
1195N/A
328N/A# Version number (used in path names)
1273N/AMODULE_VERSION=1.0.6
328N/A
3661N/A# Checksums for upstream tarball
3661N/ATARBALL_MD5 = 397584a68bfe6b02adff16e67f8fe5dd
328N/ATARBALL_SHA1 = 4f9e14b9ff91e3976b702bdad92f639df80cf406
328N/ATARBALL_SHA256 = 2f73c7160c09dc32586ea07daa408ac897c0a16eaa98cad9f9e4ee98cd9057d8
328N/A
328N/A# Patches to apply to source after unpacking, in order
1195N/ASOURCE_PATCHES =
1195N/A
1195N/A# Man pages to apply Sun footer to & attributes to list
328N/ASUNTOUCHED_MANPAGES=man/*.man
328N/AMODULE_STABILITY=Committed
328N/A
328N/A# Compatibility links from /usr/X11/bin to /usr/bin
2238N/AMODULE_X11_BINCOMPAT_LINKS = xcalc
328N/A
328N/Ainclude ../Makefile.inc
480N/A