Makefile revision 1339
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync###############################################################################
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# copy of this software and associated documentation files (the "Software"),
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# to deal in the Software without restriction, including without limitation
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# and/or sell copies of the Software, and to permit persons to whom the
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Software is furnished to do so, subject to the following conditions:
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# The above copyright notice and this permission notice (including the next
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# paragraph) shall be included in all copies or substantial portions of the
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Software.
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# DEALINGS IN THE SOFTWARE.
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Package name used in tarballs
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_NAME=font-bh-ttf
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Package metadata
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_LICENSE = Luxi fonts license
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_LICENSE_SET = yes
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_DESC = the Luxi fonts
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Version number (used in path names)
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_VERSION = 1.0.3
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Checksums for upstream tarball
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncTARBALL_MD5 = e8ca58ea0d3726b94fe9f2c17344be60
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncTARBALL_SHA1 = f42ebd527096011040a312e0f9cdf78d64177419
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# pkg(5) name we deliver the files in (override default)
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_PKGNAME=system/font/truetype/bh-luxi
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_PKGNAME_SET=yes
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Directory to install to
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_FONTDIR = $(TRUETYPE_FONT_DIR)/bh-luxi
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncFONTPATH_LINKS = bh-luxi:pri=42
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Set correct path for fontconfig files
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_CONFIG_OPTS = --with-fc-confdir=/etc/fonts
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync### Include common rulesets
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncinclude ../Makefile.inc
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync