open-src/app/xlsclients/Makefile
changeset 493 f43507b5737d
parent 326 db53d7d95c65
child 851 d428083dbbdd
equal deleted inserted replaced
492:abfa40ff15ef 493:f43507b5737d
    32 #
    32 #
    33 # @(#)Makefile  1.1     07/12/14
    33 # @(#)Makefile  1.1     07/12/14
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 APP_NAME=xlsclients
    37 MODULE_NAME=xlsclients
    38 
    38 
    39 # Version number (used in path names)
    39 # Version number (used in path names)
    40 APP_VERS=1.0.1
    40 MODULE_VERSION=1.0.1
    41 
    41 
    42 # Patches to apply to source after unpacking, in order
    42 # Patches to apply to source after unpacking, in order
    43 SOURCE_PATCHES = 
    43 SOURCE_PATCHES = 
    44 
    44 
    45 # Man pages to apply Sun footer to & attributes to list
    45 # Man pages to apply Sun footer to & attributes to list
    46 SUNTOUCHED_MANPAGES=*.man
    46 SUNTOUCHED_MANPAGES=*.man
    47 SUNTOUCH_MAN_FLAGS= \
    47 SUN_PACKAGE=SUNWxwplt
    48  -a '{Availability, SUNWxwplt} {Interface Stability, Committed}'
    48 MODULE_STABILITY=Committed
    49 
    49 
    50 include ../Makefile.inc
    50 include ../Makefile.inc