open-src/app/mkcookie/Makefile
changeset 1339 4f152696e5f2
parent 1097 243d7ed7a10c
child 1360 096d05346340
equal deleted inserted replaced
1338:4337fec94eef 1339:4f152696e5f2
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # mkcookie 1.x module Makefile
     3 # mkcookie - Utility to create xauth cookies
     4 #
     4 #
     5 # Copyright (c) 2008, 2011, 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/session/xauth
    32 MODULE_PKGNAME=x11/session/xauth
    33 MODULE_PKGNAME_SET=yes
    33 MODULE_PKGNAME_SET=yes
    34 
    34 
       
    35 # Package metadata
       
    36 MODULE_LICENSE_DESC = portions of the xauth utility source code
       
    37 
       
    38 # Dates to show in Oracle copyright notice in pkg license file
       
    39 # Earliest & latest of the copyrights in the Oracle files in this pkg
       
    40 ORACLE_COPYRIGHT_YEARS = 1990, 2011
       
    41 
    35 # No upstream sources, only local sources
    42 # No upstream sources, only local sources
    36 MODULE_VERSION=src
    43 MODULE_VERSION=src
    37 SOURCE_TARBALL_NAME=NONE
    44 SOURCE_TARBALL_NAME=NONE
    38 SOURCE_TARBALL_NAME_SET=yes
    45 SOURCE_TARBALL_NAME_SET=yes
    39 ADDITIONAL_SOURCE_DIR=sun-src
    46 ADDITIONAL_SOURCE_DIR=sun-src