Makefile revision 969
464N/A###############################################################################
464N/A#
464N/A# Xv 1.x Makefile
464N/A#
851N/A# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
851N/A#
464N/A# Permission is hereby granted, free of charge, to any person obtaining a
464N/A# copy of this software and associated documentation files (the "Software"),
464N/A# to deal in the Software without restriction, including without limitation
464N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
464N/A# and/or sell copies of the Software, and to permit persons to whom the
464N/A# Software is furnished to do so, subject to the following conditions:
464N/A#
464N/A# The above copyright notice and this permission notice (including the next
464N/A# paragraph) shall be included in all copies or substantial portions of the
464N/A# Software.
464N/A#
464N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
464N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
464N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
464N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
464N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
464N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
464N/A# DEALINGS IN THE SOFTWARE.
464N/A#
464N/A#
464N/A
464N/A# Package name used in tarballs
464N/AMODULE_NAME=libXv
464N/A
464N/A# Version number (used in path names)
464N/AMODULE_VERSION=1.0.5
851N/A
464N/A# Checksums for upstream tarball
464N/ATARBALL_MD5 = 1d97798b1d8bbf8d9085e1b223a0738f
464N/ATARBALL_SHA1 = 3936dd661e75d173b9fd1da9d97e5720e9657254
493N/A
464N/A# Patches to apply to source after unpacking, in order
464N/ASOURCE_PATCHES =
851N/A
464N/A# Library name
464N/ALIBNAME=Xv
464N/A
464N/A# Man pages to apply Sun footer to & attributes to list
464N/ASUNTOUCHED_MANPAGES=man/*.man
464N/ASUN_PACKAGE=SUNWxorg-clientlibs
493N/AMODULE_STABILITY=Volatile
493N/ALIB_MAN_SUFFIX=3xv
464N/A
464N/A# pkg-config files that need to have -R added
FIX_PC_FILES=xv.pc.in
include ../Makefile.inc