open-src/app/winsysck/Makefile
changeset 970 272328fe1b4a
parent 943 294f64612d23
child 1003 a4d17d6bc179
equal deleted inserted replaced
969:f3e9f1ddd6a8 970:272328fe1b4a
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # winsysck 1.x Makefile
     3 # winsysck 1.x Makefile
     4 #
     4 #
     5 # Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2008, 2010, 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,
    26 #
    26 #
    27 
    27 
    28 # Package name used in tarballs
    28 # Package name used in tarballs
    29 MODULE_NAME=winsysck
    29 MODULE_NAME=winsysck
    30 
    30 
       
    31 # pkg(5) name we deliver the files in (override default)
       
    32 MODULE_PKGNAME=x11/session/$(MODULE_NAME)
       
    33 MODULE_PKGNAME_SET=yes
       
    34 
    31 # No upstream sources for these files, since they're Solaris-specific
    35 # No upstream sources for these files, since they're Solaris-specific
    32 MODULE_VERSION=src
    36 MODULE_VERSION=src
    33 SOURCE_TARBALL_NAME=NONE
    37 SOURCE_TARBALL_NAME=NONE
    34 SOURCE_TARBALL_NAME_SET=yes
    38 SOURCE_TARBALL_NAME_SET=yes
    35 ADDITIONAL_SOURCE_DIR=sun-src
    39 ADDITIONAL_SOURCE_DIR=sun-src
    42 CONFIGURE_TARGETS_SET=yes
    46 CONFIGURE_TARGETS_SET=yes
    43 
    47 
    44 MODULE_BUILD_ENV=$(CONFIG_ENV)
    48 MODULE_BUILD_ENV=$(CONFIG_ENV)
    45 MODULE_INSTALL_MAKEFLAGS = bindir=$(X11_BIN_DIR) mandir=$(X11_MAN_DIR)
    49 MODULE_INSTALL_MAKEFLAGS = bindir=$(X11_BIN_DIR) mandir=$(X11_MAN_DIR)
    46 
    50 
       
    51 # Compatibility links from /usr/X11/bin to /usr/bin
       
    52 MODULE_X11_BINCOMPAT_LINKS = winsysck
       
    53 
    47 include ../Makefile.inc
    54 include ../Makefile.inc
    48 
    55