Makefile revision 1124
366N/A###############################################################################
366N/A#
366N/A# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
366N/A#
366N/A# Permission is hereby granted, free of charge, to any person obtaining a
366N/A# copy of this software and associated documentation files (the "Software"),
366N/A# to deal in the Software without restriction, including without limitation
366N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
366N/A# and/or sell copies of the Software, and to permit persons to whom the
366N/A# Software is furnished to do so, subject to the following conditions:
366N/A#
366N/A# The above copyright notice and this permission notice (including the next
366N/A# paragraph) shall be included in all copies or substantial portions of the
366N/A# Software.
366N/A#
366N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
366N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
366N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
366N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
366N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
366N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
366N/A# DEALINGS IN THE SOFTWARE.
366N/A#
366N/A
366N/AMODULE_NAME=rasterfile
366N/A
366N/A# pkg(5) name we deliver the files in (override default)
366N/AMODULE_PKGNAME=x11/header/rasterfile
366N/AMODULE_PKGNAME_SET=yes
366N/A# Package classification (override default)
366N/AMODULE_PKGCLASS=Development/X11
366N/AMODULE_PKGCLASS_SET=yes
366N/A
366N/A# Package metadata
366N/AMODULE_LICENSE = Oracle
366N/AMODULE_LICENSE_SET = yes
366N/A
366N/A# No upstream sources for these files, since they're Solaris-specific
366N/AMODULE_VERSION=NONE
366N/ASOURCE_TARBALL_NAME=NONE
366N/ASOURCE_TARBALL_NAME_SET=yes
366N/A
366N/ACONFIGURE_TARGETS =
366N/ACONFIGURE_TARGETS_SET=yes
366N/A
366N/ABUILD_TARGETS =
366N/ABUILD_TARGETS_SET=yes
366N/A
366N/AINSTALL_TARGETS = install_files
366N/AINSTALL_TARGETS_SET=yes
366N/A
366N/A### Include common rulesets
366N/Ainclude ../Makefile.inc
366N/A
366N/ADESTDIR=$(PROTODIR)
366N/AINCDIR=$(DESTDIR)/usr/include/pixrect
366N/AMANDIR=$(DESTDIR)/usr/share/man/man4
366N/A
366N/Ainstall_files:
366N/A mkdir -p $(INCDIR) $(MANDIR)
366N/A cp -pf rasterfile.h $(INCDIR)
366N/A cp -pf rasterfile.4 $(MANDIR)
366N/A