Makefile revision 1339
0N/A###############################################################################
0N/A#
0N/A# Bitstream Vera Fonts Makefile
0N/A#
325N/A# Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/A# Permission is hereby granted, free of charge, to any person obtaining a
0N/A# copy of this software and associated documentation files (the "Software"),
0N/A# to deal in the Software without restriction, including without limitation
0N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
0N/A# and/or sell copies of the Software, and to permit persons to whom the
0N/A# Software is furnished to do so, subject to the following conditions:
0N/A#
0N/A# The above copyright notice and this permission notice (including the next
0N/A# paragraph) shall be included in all copies or substantial portions of the
0N/A# Software.
0N/A#
0N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
0N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
0N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
0N/A# DEALINGS IN THE SOFTWARE.
0N/A#
0N/A#
0N/A
0N/A# Package name used in tarballs
0N/AMODULE_NAME=ttf-bitstream-vera
0N/A
0N/A# Package metadata
0N/AUPSTREAM = GNOME Foundation
591N/AUPSTREAM_URL = http://www.gnome.org/fonts/
0N/AUPSTREAM_SET = yes
0N/A
0N/AMODULE_LICENSE = Bitstream Vera Fonts License
0N/AMODULE_LICENSE_SET = yes
0N/AMODULE_DESC = the Bitstream Vera fonts
493N/AORACLE_TPNO = 12112
493N/A
493N/A# Version number (used in path names)
493N/AMODULE_VERSION=1.10
493N/A
0N/A# Checksums for upstream tarball
0N/ATARBALL_MD5 = bb22bd5b4675f5dbe17c6963d8c00ed6
493N/ATARBALL_SHA1 = c3e8505a58d52e198a02960a2bd295e4c7a14242
0N/A
0N/A# Download site for source
325N/ASOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$(MODULE_VERSION)/$(SOURCE_TARBALL_NAME)
156N/ASOURCE_URL_SET=yes
0N/A
0N/A# Patches to apply to source after unpacking, in order
325N/ASOURCE_PATCHES= # None
325N/A
440N/A# Directory to install to
440N/ATTF_SUBDIR=bitstream-vera
465N/ATTF_SUBDIR_SET=yes
465N/A
465N/A# License file
465N/ALICENSE_FILE=COPYRIGHT.TXT
465N/ALICENSE_FILE_SET=yes
465N/A
465N/ATTF_FONT_FILES= \
440N/A COPYRIGHT.TXT \
465N/A Vera.ttf \
465N/A VeraBI.ttf \
465N/A VeraBd.ttf \
0N/A VeraIt.ttf \
255N/A VeraMoBI.ttf \
493N/A VeraMoBd.ttf \
493N/A VeraMoIt.ttf \
255N/A VeraMono.ttf \
493N/A VeraSe.ttf \
493N/A VeraSeBd.ttf
325N/A
325N/A### Include common rulesets
0N/Ainclude ../Makefile.ttf
203N/A
203N/A