Makefile revision 1043
5cd4555ad444fd391002ae32450572054369fd42Rob Austein###############################################################################
5cd4555ad444fd391002ae32450572054369fd42Rob Austein#
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington#
d60212e03fbef1d3dd7f7eb05c0545cc373cb9fcAutomatic Updater# Permission is hereby granted, free of charge, to any person obtaining a
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# copy of this software and associated documentation files (the "Software"),
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# to deal in the Software without restriction, including without limitation
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# the rights to use, copy, modify, merge, publish, distribute, sublicense,
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# and/or sell copies of the Software, and to permit persons to whom the
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# Software is furnished to do so, subject to the following conditions:
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# The above copyright notice and this permission notice (including the next
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# paragraph) shall be included in all copies or substantial portions of the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Software.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4025076ca2822fc420830c97eb6597294a5a1faaFrancis Dupont# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews# DEALINGS IN THE SOFTWARE.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington#
c40265eba0c99708887d68e67901924065ba2514Brian Wellington#
c40265eba0c99708887d68e67901924065ba2514Brian Wellington
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Package name used in tarballs
c40265eba0c99708887d68e67901924065ba2514Brian WellingtonMODULE_NAME=font-isas-misc
c40265eba0c99708887d68e67901924065ba2514Brian Wellington
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Version number (used in path names)
c40265eba0c99708887d68e67901924065ba2514Brian WellingtonMODULE_VERSION = 1.0.3
c40265eba0c99708887d68e67901924065ba2514Brian Wellington
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Checksums for upstream tarball
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinTARBALL_MD5 = a2401caccbdcf5698e001784dbd43f1a
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinTARBALL_SHA1 = cbd9bf441b25362123c817b1aa7a7be1ee4a9321
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Install to separate directory for easier packaging
141132c272ebc41da4c55d69c49810fafadbbc11Mark AndrewsMODULE_FONTDIR = $(X11_FONT_DIR)/isas
c1a883f2e04d94e99c433b1f6cfd0c0338f4ed85Mark AndrewsFONTPATH_LINKS = isas:unscaled:pri=14 isas:pri=84
d60212e03fbef1d3dd7f7eb05c0545cc373cb9fcAutomatic Updater
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein### Include common rulesets
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeininclude ../Makefile.inc
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein