Makefile revision 1345
163N/A###############################################################################
163N/A#
163N/A# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
163N/A#
163N/A# Permission is hereby granted, free of charge, to any person obtaining a
163N/A# copy of this software and associated documentation files (the "Software"),
163N/A# to deal in the Software without restriction, including without limitation
163N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
163N/A# and/or sell copies of the Software, and to permit persons to whom the
163N/A# Software is furnished to do so, subject to the following conditions:
163N/A#
163N/A# The above copyright notice and this permission notice (including the next
163N/A# paragraph) shall be included in all copies or substantial portions of the
163N/A# Software.
163N/A#
163N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
163N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
163N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
163N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
163N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
163N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
163N/A# DEALINGS IN THE SOFTWARE.
3996N/A#
163N/A#
163N/A
4601N/A# Package name used in tarballs
3996N/AMODULE_NAME=font-cursor-misc
163N/A
163N/A# pkg(5) name we deliver the files in (override default)
163N/AMODULE_PKGNAME=system/font/xorg/xorg-core
163N/AMODULE_PKGNAME_SET=yes
211N/A
4601N/A# Version number (used in path names)
636N/AMODULE_VERSION = 1.0.3
211N/A
1703N/A# Checksums for upstream tarball
844N/ATARBALL_MD5 = 3e0069d4f178a399cffe56daa95c2b63
4601N/ATARBALL_SHA1 = 1649271129bbeff3aeee70a9da87a8e5e59162c1
4601N/A
1273N/A# Description to include in package metadata
163N/AMODULE_DESC = the X.Org cursor bitmap font
4601N/A
3661N/A### Include common rulesets
3996N/Ainclude ../Makefile.inc
3996N/A