671242f350d172e106580348e24bab66b0d7e6a5vboxsync###############################################################################
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# copy of this software and associated documentation files (the "Software"),
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# to deal in the Software without restriction, including without limitation
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# and/or sell copies of the Software, and to permit persons to whom the
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Software is furnished to do so, subject to the following conditions:
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# The above copyright notice and this permission notice (including the next
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# paragraph) shall be included in all copies or substantial portions of the
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# DEALINGS IN THE SOFTWARE.
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Package name used in tarballs
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# pkg(5) name we deliver the files in (override default)
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Package metadata
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncMODULE_DESC = stylesheets and other data files used to generate X.Org documentation
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Version number (used in path names)
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Checksums for upstream tarball
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncTARBALL_SHA1 = 56acde359072d7ffc6627ffde5e2c698eb415ddc
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncTARBALL_SHA256= e71ce1df82dcc51eb14be6f42171dcc6bdd11ef46c0c605d6da8af12bd73b74c
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Patches to apply to source after unpacking, in order
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# doctools pkg-config file needs to have sgml path in share adjusted
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# so that xorg-docs and other parts of build can find it
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncMODULE_ADD_UNINSTALLED_PC_OPS = -e 's|sgmlrootdir=|sgmlrootdir=$(PROTODIR)|g'
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# doctools pkg-config file is architecture independent, so install in share
671242f350d172e106580348e24bab66b0d7e6a5vboxsync### Include common rulesets