99N/A###############################################################################
99N/A#
99N/A# xf86-video-dummy 1.x Makefile
99N/A#
99N/A# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
99N/A#
99N/A# Permission is hereby granted, free of charge, to any person obtaining a
99N/A# copy of this software and associated documentation files (the "Software"),
99N/A# to deal in the Software without restriction, including without limitation
99N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
99N/A# and/or sell copies of the Software, and to permit persons to whom the
99N/A# Software is furnished to do so, subject to the following conditions:
99N/A#
99N/A# The above copyright notice and this permission notice (including the next
99N/A# paragraph) shall be included in all copies or substantial portions of the
99N/A# Software.
99N/A#
99N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
99N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
727N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
99N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
127N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
99N/A# DEALINGS IN THE SOFTWARE.
99N/A#
99N/A#
99N/A
400N/A# Package name used in tarballs
618N/AMODULE_NAME=xf86-video-dummy
99N/A
99N/A# Version number (used in path names)
844N/AMODULE_VERSION=0.3.7
844N/A
99N/A# Checksums for upstream tarball
99N/ATARBALL_MD5 = 071e408461f2fec1764723474fbafdf4
99N/ATARBALL_SHA1 = b4a189b12406c6cbd5a68628a740ca59acef790a
99N/ATARBALL_SHA256= 56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680
99N/A
99N/A# Patches to apply to source after unpacking, in order
783N/ASOURCE_PATCHES =
783N/A
783N/A# Man pages to apply Sun footer to & attributes to list
99N/A#SUNTOUCHED_MANPAGES=man/*.man
99N/AMODULE_STABILITY=Volatile
196N/A
196N/A# Libraries/modules to link with
196N/AMODULE_LD_OPTIONS= \
196N/A -L$(PROTODIR)$(X11_SERVERMODS_DIR) \
99N/A -R$(X11_SERVERMODS_DIR) \
99N/A -lfb
99N/A
99N/Ainclude ../Makefile.inc
99N/A