Makefile revision 1356
5caf26b168332b69c9071aac6b72ef0f50436a14Evan Hunt###############################################################################
5caf26b168332b69c9071aac6b72ef0f50436a14Evan Hunt#
5caf26b168332b69c9071aac6b72ef0f50436a14Evan Hunt# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
5caf26b168332b69c9071aac6b72ef0f50436a14Evan Hunt#
36e97eb661df71069df2d75f5fd3b5bb0dcf1efeMark Andrews# Permission is hereby granted, free of charge, to any person obtaining a
36e97eb661df71069df2d75f5fd3b5bb0dcf1efeMark Andrews# copy of this software and associated documentation files (the "Software"),
62a348b15dd552e12bfbe94111e14072f1c8f02eMark Andrews# to deal in the Software without restriction, including without limitation
62a348b15dd552e12bfbe94111e14072f1c8f02eMark Andrews# the rights to use, copy, modify, merge, publish, distribute, sublicense,
7b4b6f361b2fb2291c2019b377a9c0c8e80cfd6bMark Andrews# and/or sell copies of the Software, and to permit persons to whom the
7b4b6f361b2fb2291c2019b377a9c0c8e80cfd6bMark Andrews# Software is furnished to do so, subject to the following conditions:
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt#
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt# The above copyright notice and this permission notice (including the next
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt# paragraph) shall be included in all copies or substantial portions of the
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt# Software.
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt#
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
c4352fb17ebb1cf29ccabdf1c4273a86f035f38bMark Andrews# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
cd22c3e4e4ff8ad6eb399155bd8df9330aa39547Mark Andrews# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
cd22c3e4e4ff8ad6eb399155bd8df9330aa39547Mark Andrews# DEALINGS IN THE SOFTWARE.
0148654d85b2818f9317b428a67701f4585c8243Scott Mann#
0148654d85b2818f9317b428a67701f4585c8243Scott Mann#
b91b288f923d143292af3ac35df6f6cff50647f2Scott Mann
b91b288f923d143292af3ac35df6f6cff50647f2Scott Mann# Package name used in tarballs
b91b288f923d143292af3ac35df6f6cff50647f2Scott MannMODULE_NAME=font-screen-cyrillic
b91b288f923d143292af3ac35df6f6cff50647f2Scott Mann
b91b288f923d143292af3ac35df6f6cff50647f2Scott Mann# pkg(5) name we deliver the files in (override default)
24ef32426d91c5140d75031b6443397c6d24006cMark AndrewsMODULE_PKGTAIL=xorg/cyrillic
24ef32426d91c5140d75031b6443397c6d24006cMark AndrewsMODULE_PKGTAIL_SET=yes
24ef32426d91c5140d75031b6443397c6d24006cMark Andrews
9570ddcd41e2b0a0e124f0fa50653f73dfc1ef46Evan Hunt# Version number (used in path names)
9570ddcd41e2b0a0e124f0fa50653f73dfc1ef46Evan HuntMODULE_VERSION = 1.0.4
9570ddcd41e2b0a0e124f0fa50653f73dfc1ef46Evan Hunt
9570ddcd41e2b0a0e124f0fa50653f73dfc1ef46Evan Hunt# Checksums for upstream tarball
9570ddcd41e2b0a0e124f0fa50653f73dfc1ef46Evan HuntTARBALL_MD5 = 6f3fdcf2454bf08128a651914b7948ca
9a8ffb1ac76dfa5ca913474f0b23a15934356b47Mark AndrewsTARBALL_SHA1 = de1f0226f74d7e4d3ee9ab0b9c87478ab2a7db30
9a8ffb1ac76dfa5ca913474f0b23a15934356b47Mark Andrews
f704fa0ca628e5661d842ae9947024c9fd4fefcbEvan Hunt# Description to include in package metadata
f704fa0ca628e5661d842ae9947024c9fd4fefcbEvan HuntMODULE_DESC = Screen Fixed bitmap fonts containing Cyrillic glyphs
f704fa0ca628e5661d842ae9947024c9fd4fefcbEvan Hunt
b1c6de5456a5287b442de5620282902da39a4968Mark Andrews### Include common rulesets
b1c6de5456a5287b442de5620282902da39a4968Mark Andrewsinclude ../Makefile.inc
b1c6de5456a5287b442de5620282902da39a4968Mark Andrews