Makefile revision 1339
147N/A###############################################################################
147N/A#
147N/A# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
147N/A#
147N/A# Permission is hereby granted, free of charge, to any person obtaining a
147N/A# copy of this software and associated documentation files (the "Software"),
147N/A# to deal in the Software without restriction, including without limitation
147N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
147N/A# and/or sell copies of the Software, and to permit persons to whom the
147N/A# Software is furnished to do so, subject to the following conditions:
147N/A#
147N/A# The above copyright notice and this permission notice (including the next
147N/A# paragraph) shall be included in all copies or substantial portions of the
147N/A# Software.
147N/A#
147N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
147N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
147N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
147N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
147N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
147N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
147N/A# DEALINGS IN THE SOFTWARE.
147N/A#
147N/A#
147N/A
147N/A# Package name used in tarballs
147N/AMODULE_NAME=xmag_multivis
147N/A
147N/A# pkg(5) name we deliver the files in (override default)
147N/AMODULE_PKGNAME=x11/xmag
147N/AMODULE_PKGNAME_SET=yes
147N/A
147N/A# Package metadata
147N/AMODULE_DESC = the multiple visual version of xmag screen magnification utility
147N/A
147N/A# Version number (used in path names)
147N/AMODULE_VERSION=1.0.4
147N/A
206N/A# Checksums for upstream tarball
206N/ATARBALL_MD5 = 2a76128511214bde973258baef537be3
206N/ATARBALL_SHA1 = 95695d4d4a731e5deb4196a0cc6d04ecaba023fe
206N/A
206N/A# Patches to apply to source after unpacking, in order
206N/ASOURCE_PATCHES = 6726838.patch
206N/A
206N/AAUTORECONF=yes
206N/A
147N/A# Directory created by unpacking source
147N/ASOURCE_DIRNAME=xmag-$(MODULE_VERSION)
147N/ASOURCE_DIRNAME_SET=yes
147N/A
206N/A# Merge in additional sources from sun-src directory
147N/AADDITIONAL_SOURCE_DIR=sun-src
147N/A
147N/A# Man pages to apply Sun footer to & attributes to list
147N/ASUNTOUCHED_MANPAGES=*.man
147N/AMODULE_STABILITY=Committed
147N/A
147N/A# Compatibility links from /usr/X11/bin to /usr/bin
147N/AMODULE_X11_BINCOMPAT_LINKS = xmag_multivis
181N/A
147N/Ainclude ../Makefile.inc
181N/A
147N/A