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