Makefile revision 919
eae0d62755147d991cc3e903f74f98ac31a7cd42Christian Maeder###############################################################################
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder#
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder# Use is subject to license terms.
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder#
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder# Permission is hereby granted, free of charge, to any person obtaining a
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder# copy of this software and associated documentation files (the "Software"),
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder# to deal in the Software without restriction, including without limitation
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder# the rights to use, copy, modify, merge, publish, distribute, sublicense,
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder# and/or sell copies of the Software, and to permit persons to whom the
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder# Software is furnished to do so, subject to the following conditions:
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder#
99b26e2ab8ba89bc9a050c1524137eb6269e2753Christian Maeder# The above copyright notice and this permission notice (including the next
18548c6cc2dff13bf9f5f08b3f6cde6ca914df1dChristian Maeder# paragraph) shall be included in all copies or substantial portions of the
92ae4d5885ea837ffe3dae9b2de742f871229b94Christian Maeder# Software.
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder#
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
ef1c24c8229ade3ac872febebd18c181e32fb9c4Christian Maeder# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
eae0d62755147d991cc3e903f74f98ac31a7cd42Christian Maeder# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
eae0d62755147d991cc3e903f74f98ac31a7cd42Christian Maeder# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
eae0d62755147d991cc3e903f74f98ac31a7cd42Christian Maeder# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
eae0d62755147d991cc3e903f74f98ac31a7cd42Christian Maeder# DEALINGS IN THE SOFTWARE.
99b26e2ab8ba89bc9a050c1524137eb6269e2753Christian Maeder#
99b26e2ab8ba89bc9a050c1524137eb6269e2753Christian Maeder#
eae0d62755147d991cc3e903f74f98ac31a7cd42Christian Maeder
eae0d62755147d991cc3e903f74f98ac31a7cd42Christian Maeder# Package name used in tarballs
eae0d62755147d991cc3e903f74f98ac31a7cd42Christian MaederMODULE_NAME=font-misc-ethiopic
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder
e84c877ad38ce9312eab222a79f44da2015572d2Christian Maeder# Version number (used in path names)
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian MaederMODULE_VERSION=1.0.1
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian Maeder# Checksums for upstream tarball
d27b1887e61f1dc53d77c37f59dbf5019242a686Christian MaederTARBALL_MD5 = 4c88c79b8e5d47af90b21e948d42755f
ef1c24c8229ade3ac872febebd18c181e32fb9c4Christian MaederTARBALL_SHA1 = 2677191fd8b515c53bde6402513249fc0f48d53a
ef1c24c8229ade3ac872febebd18c181e32fb9c4Christian Maeder
945e82ed7877917f3ab1657f555e71991372546aChristian Maeder# Install to separate directory for easier packaging
275698320a734a6fd647ea6a461d6ce38862da1dChristian MaederMODULE_CONFIG_OPTS= \
c208973c890b8f993297720fd0247bc7481d4304Christian Maeder --with-ttf-fontdir='$(X11_FONT_DIR)/ethiopic' \
275698320a734a6fd647ea6a461d6ce38862da1dChristian Maeder --with-otf-fontdir='$(X11_FONT_DIR)/ethiopic'
ef1c24c8229ade3ac872febebd18c181e32fb9c4Christian Maeder
ef1c24c8229ade3ac872febebd18c181e32fb9c4Christian Maeder### Include common rulesets
ef1c24c8229ade3ac872febebd18c181e32fb9c4Christian Maederinclude ../Makefile.inc
d97700a22b2585ece83b05f3fff945fdfd0c44b4Christian Maeder