Makefile revision 1265
1379N/A###############################################################################
1379N/A#
1379N/A# xf86-video-mga Makefile
1379N/A#
1379N/A# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
1379N/A#
1379N/A# Permission is hereby granted, free of charge, to any person obtaining a
1379N/A# copy of this software and associated documentation files (the "Software"),
1379N/A# to deal in the Software without restriction, including without limitation
1379N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1379N/A# and/or sell copies of the Software, and to permit persons to whom the
1379N/A# Software is furnished to do so, subject to the following conditions:
1379N/A#
1379N/A# The above copyright notice and this permission notice (including the next
1379N/A# paragraph) shall be included in all copies or substantial portions of the
1379N/A# Software.
1379N/A#
1379N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1379N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1379N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1379N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1379N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1379N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1379N/A# DEALINGS IN THE SOFTWARE.
1379N/A#
1379N/A#
1379N/A
1379N/A# Package name used in tarballs
1379N/AMODULE_NAME=xf86-video-mga
1379N/A
1379N/A# Version number (used in path names)
1379N/AMODULE_VERSION=1.5.0
1379N/A
1379N/A# Checksums for upstream tarball
1379N/ATARBALL_MD5 = ff7a9d63978f538a7d5ff5dafe431562
1379N/ATARBALL_SHA1 = de82e4dc8d05fe1306498e3067f9e65479cfa5a1
1379N/ATARBALL_SHA256= ca983d780dd90115c0599980a7a83425b5e4eeb16f2e8c7fed15823fcbe7830e
1379N/A
1379N/A# Patches to apply to source after unpacking, in order
1379N/ASOURCE_PATCHES = \
1379N/A g200se_pilot3_offscreen.patch,-p1 \
1379N/A sparc.patch,-p1
1379N/A
1379N/A# Man pages to apply Sun footer to & attributes to list
1379N/ASUNTOUCHED_MANPAGES=man/*.man
1379N/AMODULE_STABILITY=Volatile
1379N/A
1379N/A# Extra flags to pass to configure script
1379N/A# - Disable DRI since the kernel module isn't ported
1379N/AMODULE_CONFIG_OPTS=--disable-dri
1379N/A
1379N/A# Libraries/modules to link with
1379N/AMODULE_LD_OPTIONS= \
1379N/A -L$(PROTODIR)$(X11_SERVERMODS_DIR) \
1379N/A -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
1379N/A -R$(X11_SERVERMODS_DIR) \
1379N/A -R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
1379N/A -lexa -lfb -lpixman-1 -lint10 -lpciaccess -lshadowfb -lXfont -lvbe \
1379N/A -lvgahw -lxaa -lfbdevhw
1379N/A
1379N/AAUTORECONF=yes
1379N/A
1379N/Ainclude ../Makefile.inc
1379N/A
1379N/A
1379N/A