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