Makefile revision 1356
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib###############################################################################
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib#
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# Bitstream Vera Fonts Makefile
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib#
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib#
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# Permission is hereby granted, free of charge, to any person obtaining a
dc661981841afbd8a4fb4e94d510f080531ddc16theAdib# copy of this software and associated documentation files (the "Software"),
9dc68827cbd515262ecb8d5ae8547d9e82c72e00Jon A. Cruz# to deal in the Software without restriction, including without limitation
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# the rights to use, copy, modify, merge, publish, distribute, sublicense,
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# and/or sell copies of the Software, and to permit persons to whom the
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# Software is furnished to do so, subject to the following conditions:
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib#
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# The above copyright notice and this permission notice (including the next
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# paragraph) shall be included in all copies or substantial portions of the
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# Software.
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib#
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
d5ad05ac17abfd7d2eae333a8c1233971e1c1a8fAbhishek Sharma Public# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# DEALINGS IN THE SOFTWARE.
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib#
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib#
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# Package name used in tarballs
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdibMODULE_NAME=ttf-bitstream-vera
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# Package metadata
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdibUPSTREAM = GNOME Foundation
09ba3247163582bf2e30e17c4c154aa259ce038acilixUPSTREAM_URL = http://www.gnome.org/fonts/
884edd729abf49df5b3c9a4679a0d5b6c85d182cpjrmUPSTREAM_SET = yes
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib
3fa7c9044653435c086b5a985a08442bef9a41c4theAdibMODULE_LICENSE = Bitstream Vera Fonts License
3fa7c9044653435c086b5a985a08442bef9a41c4theAdibMODULE_LICENSE_SET = yes
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdibMODULE_DESC = the Bitstream Vera fonts
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdibORACLE_TPNO = 12112
87a23fa19c86ba74549937cbdc0c8d661f1e4409buliabyak
87a23fa19c86ba74549937cbdc0c8d661f1e4409buliabyak# Version number (used in path names)
87a23fa19c86ba74549937cbdc0c8d661f1e4409buliabyakMODULE_VERSION=1.10
87a23fa19c86ba74549937cbdc0c8d661f1e4409buliabyak
87a23fa19c86ba74549937cbdc0c8d661f1e4409buliabyak# Checksums for upstream tarball
09ba3247163582bf2e30e17c4c154aa259ce038acilixTARBALL_MD5 = bb22bd5b4675f5dbe17c6963d8c00ed6
87a23fa19c86ba74549937cbdc0c8d661f1e4409buliabyakTARBALL_SHA1 = c3e8505a58d52e198a02960a2bd295e4c7a14242
87a23fa19c86ba74549937cbdc0c8d661f1e4409buliabyak
87a23fa19c86ba74549937cbdc0c8d661f1e4409buliabyak# Download site for source
87a23fa19c86ba74549937cbdc0c8d661f1e4409buliabyakSOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$(MODULE_VERSION)/$(SOURCE_TARBALL_NAME)
87a23fa19c86ba74549937cbdc0c8d661f1e4409buliabyakSOURCE_URL_SET=yes
87a23fa19c86ba74549937cbdc0c8d661f1e4409buliabyak
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# Patches to apply to source after unpacking, in order
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdibSOURCE_PATCHES= # None
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# Directory to install to
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdibTTF_SUBDIR=bitstream-vera
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdibTTF_SUBDIR_SET=yes
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib# License file
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdibLICENSE_FILE=COPYRIGHT.TXT
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdibLICENSE_FILE_SET=yes
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdibTTF_FONT_FILES= \
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib COPYRIGHT.TXT \
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib Vera.ttf \
3d2b040efe01bad393a1b2505e59d6d0a7b117d2theAdib VeraBI.ttf \
a4030d5ca449e7e384bc699cd249ee704faaeab0Chris Morgan VeraBd.ttf \
VeraIt.ttf \
VeraMoBI.ttf \
VeraMoBd.ttf \
VeraMoIt.ttf \
VeraMono.ttf \
VeraSe.ttf \
VeraSeBd.ttf
### Include common rulesets
include ../Makefile.ttf