Makefile revision 943
2122N/A###############################################################################
2122N/A#
2122N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
2122N/A#
2122N/A# Permission is hereby granted, free of charge, to any person obtaining a
2122N/A# copy of this software and associated documentation files (the "Software"),
2122N/A# to deal in the Software without restriction, including without limitation
2122N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2122N/A# and/or sell copies of the Software, and to permit persons to whom the
2122N/A# Software is furnished to do so, subject to the following conditions:
2122N/A#
2122N/A# The above copyright notice and this permission notice (including the next
2122N/A# paragraph) shall be included in all copies or substantial portions of the
2122N/A# Software.
2122N/A#
2122N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2122N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2122N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2122N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2122N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2122N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2122N/A# DEALINGS IN THE SOFTWARE.
3231N/A#
2122N/A#
2122N/A
2122N/A# Package name used in tarballs
2122N/AMODULE_NAME=font-daewoo-misc
2122N/A
3093N/A# Version number (used in path names)
2122N/AMODULE_VERSION=1.0.1
2122N/A
2086N/A# Checksums for upstream tarball
2086N/ATARBALL_MD5 = 05597e2b193a7b7de2ca525468276b1d
2122N/ATARBALL_SHA1 = d169cec4e92fe1e99f3ff6766d4c6edcbb808860
2122N/A
2122N/A# Install to separate directory for easier packaging
2122N/AMODULE_CONFIG_OPTS= --with-fontdir='$(X11_FONT_DIR)/daewoo'
2122N/A
2122N/A### Include common rulesets
2122N/Ainclude ../Makefile.inc
2122N/A