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