Makefile revision 1408
4803N/A###############################################################################
4803N/A#
4803N/A# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
4803N/A#
4803N/A# Permission is hereby granted, free of charge, to any person obtaining a
4803N/A# copy of this software and associated documentation files (the "Software"),
4803N/A# to deal in the Software without restriction, including without limitation
4803N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4803N/A# and/or sell copies of the Software, and to permit persons to whom the
4803N/A# Software is furnished to do so, subject to the following conditions:
4803N/A#
4803N/A# The above copyright notice and this permission notice (including the next
4803N/A# paragraph) shall be included in all copies or substantial portions of the
4803N/A# Software.
4803N/A#
4803N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4803N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4803N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4803N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4803N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4803N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4803N/A# DEALINGS IN THE SOFTWARE.
4803N/A#
4803N/A#
4803N/A
4803N/A# Package name used in tarballs
4803N/AMODULE_NAME=xorg-cf-files
4803N/A
4803N/A# pkg(5) name we deliver the files in (override default)
4803N/AMODULE_PKGTAIL=imake
4803N/AMODULE_PKGTAIL_SET=yes
4803N/A
4803N/A# Package metadata
4803N/AMODULE_DESC = X.Org platform configuration files for imake
4803N/A
4803N/A# Version number (used in path names)
4803N/AMODULE_VERSION=1.0.5
4803N/A
4803N/A# Checksums for upstream tarball
4803N/ATARBALL_MD5 = 4a9cd7fc995ebf8f3cdad5395f9d8eba
4803N/ATARBALL_SHA1 = ae22eb81d56d018f0b3b149f70965ebfef2385fd
4803N/ATARBALL_SHA256= ed23b85043edecc38fad4229e0ebdb7ff80b570e746bc03a7c8678d601be7ed4
4803N/A
4803N/A# Patches to apply to source after unpacking, in order
4803N/ASOURCE_PATCHES=
4803N/A
4803N/A### Include common rulesets
4803N/Ainclude ../Makefile.inc
4803N/A
4803N/A
4803N/A