open-src/app/cmap_alloc/Makefile
changeset 1339 4f152696e5f2
parent 977 46c5e46c27fb
child 1402 7373cf518070
equal deleted inserted replaced
1338:4337fec94eef 1339:4f152696e5f2
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # cmap_alloc 1.x module Makefile
     3 # cmap_alloc - Utility to allocate default colormaps for non-default visuals
     4 #
     4 #
     5 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
     6 #
     6 #
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # copy of this software and associated documentation files (the "Software"),
     8 # copy of this software and associated documentation files (the "Software"),
     9 # to deal in the Software without restriction, including without limitation
     9 # to deal in the Software without restriction, including without limitation
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    30 
    30 
    31 # pkg(5) name we deliver the files in (override default)
    31 # pkg(5) name we deliver the files in (override default)
    32 MODULE_PKGNAME=x11/colormap-utilities
    32 MODULE_PKGNAME=x11/colormap-utilities
    33 MODULE_PKGNAME_SET=yes
    33 MODULE_PKGNAME_SET=yes
    34 
    34 
       
    35 # Package metadata
       
    36 MODULE_DESC = the cmap_alloc colormap allocation utility
       
    37 MODULE_LICENSE = Oracle
       
    38 MODULE_LICENSE_SET = yes
       
    39 
       
    40 # Dates to show in Oracle copyright notice in pkg license file
       
    41 # Earliest & latest of the copyrights in the Oracle files in this pkg
       
    42 ORACLE_COPYRIGHT_YEARS = 1991, 2010
       
    43 
    35 # No upstream sources, only local sources
    44 # No upstream sources, only local sources
    36 MODULE_VERSION=src
    45 MODULE_VERSION=src
    37 SOURCE_TARBALL_NAME=NONE
    46 SOURCE_TARBALL_NAME=NONE
    38 SOURCE_TARBALL_NAME_SET=yes
    47 SOURCE_TARBALL_NAME_SET=yes
    39 ADDITIONAL_SOURCE_DIR=sun-src
    48 ADDITIONAL_SOURCE_DIR=sun-src