Sam@550: ############################################################################### Sam@550: # Alan@1339: # cmap_compact - colormap configuration utility Sam@550: # Alan@1402: # Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved. Sam@550: # Sam@550: # Permission is hereby granted, free of charge, to any person obtaining a Alan@919: # copy of this software and associated documentation files (the "Software"), Alan@919: # to deal in the Software without restriction, including without limitation Alan@919: # the rights to use, copy, modify, merge, publish, distribute, sublicense, Alan@919: # and/or sell copies of the Software, and to permit persons to whom the Alan@919: # Software is furnished to do so, subject to the following conditions: Alan@919: # Alan@919: # The above copyright notice and this permission notice (including the next Alan@919: # paragraph) shall be included in all copies or substantial portions of the Alan@919: # Software. Alan@919: # Alan@919: # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR Alan@919: # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, Alan@919: # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL Alan@919: # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER Alan@919: # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING Alan@919: # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER Alan@919: # DEALINGS IN THE SOFTWARE. Sam@550: # Sam@550: # Sam@550: Sam@550: # Package name used in tarballs Sam@550: MODULE_NAME=cmap_compact Sam@550: Alan@970: # pkg(5) name we deliver the files in (override default) Alan@977: MODULE_PKGNAME=x11/colormap-utilities Alan@970: MODULE_PKGNAME_SET=yes Alan@970: Alan@1339: # Package metadata Alan@1339: MODULE_DESC = the cmap_compact colormap configuration utility Alan@1339: MODULE_LICENSE = Oracle Alan@1339: MODULE_LICENSE_SET = yes Alan@1339: Alan@1339: # Dates to show in Oracle copyright notice in pkg license file Alan@1339: # Earliest & latest of the copyrights in the Oracle files in this pkg Alan@1339: ORACLE_COPYRIGHT_YEARS = 1990, 2011 Alan@1339: Sam@550: # No upstream sources, only local sources Sam@550: MODULE_VERSION=src Sam@550: SOURCE_TARBALL_NAME=NONE Sam@550: SOURCE_TARBALL_NAME_SET=yes Sam@550: ADDITIONAL_SOURCE_DIR=sun-src Sam@550: Sam@550: # Man pages to apply Sun footer to & attributes to list Alan@1402: SUNTOUCHED_MANPAGES= cmap_compact.1 Sam@550: MODULE_STABILITY=Committed Sam@550: Alan@1422: # No configure script to run, but need to make build dirs Alan@1422: CONFIGURE_TARGETS = $(BUILD_DIR) Sam@550: CONFIGURE_TARGETS_SET=yes Sam@550: Sam@550: # Since we don't have a configure script, pass configure flags to make Alan@1422: # and pass path to $(SOURCE_DIR) for makefiles & source files Alan@1422: REL_SOURCE_DIR = ../$(SOURCE_DIR) Alan@1422: MODULE_MAKEFLAGS = VPATH=$(REL_SOURCE_DIR) -f $(REL_SOURCE_DIR)/Makefile Alan@1422: MODULE_BUILD_ENV = $(CONFIG_ENV) PREFIX=$(MODULE_PREFIX) Sam@550: Alan@970: # Compatibility links from /usr/X11/bin to /usr/bin Alan@970: MODULE_X11_BINCOMPAT_LINKS = cmap_compact Alan@970: Sam@550: include ../Makefile.inc