Makefile revision 1351
658N/A###############################################################################
658N/A#
658N/A# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
658N/A#
658N/A# Permission is hereby granted, free of charge, to any person obtaining a
658N/A# copy of this software and associated documentation files (the "Software"),
658N/A# to deal in the Software without restriction, including without limitation
658N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
658N/A# and/or sell copies of the Software, and to permit persons to whom the
658N/A# Software is furnished to do so, subject to the following conditions:
658N/A#
658N/A# The above copyright notice and this permission notice (including the next
658N/A# paragraph) shall be included in all copies or substantial portions of the
658N/A# Software.
658N/A#
658N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
658N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
873N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
658N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
658N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
658N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
658N/A# DEALINGS IN THE SOFTWARE.
3232N/A#
658N/A#
658N/A
658N/A# Package name used in tarballs
658N/AMODULE_NAME=xf86dgaproto
658N/A
# Version number (used in path names)
MODULE_VERSION=2.1
# Checksums for upstream tarball
TARBALL_MD5 = a036dc2fcbf052ec10621fd48b68dbb1
TARBALL_SHA1 = 97a06120e7195c968875e8ba42e82c90ab54948b
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES=
# Package metadata
MODULE_DESC = headers & documentation for XF86DGA extension to the X11 protocol
### Include common rulesets
include ../Makefile.inc