open-src/app/xhost/Makefile
changeset 493 f43507b5737d
parent 355 a3a81e9c227d
child 851 d428083dbbdd
equal deleted inserted replaced
492:abfa40ff15ef 493:f43507b5737d
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xhost 1.x Makefile
     3 # xhost 1.x Makefile
     4 #
     4 #
     5 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
     5 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     6 # Use subject to license terms.
     6 # Use subject to license terms.
     7 #
     7 #
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     9 # copy of this software and associated documentation files (the
     9 # copy of this software and associated documentation files (the
    10 # "Software"), to deal in the Software without restriction, including
    10 # "Software"), to deal in the Software without restriction, including
    31 # of the copyright holder.
    31 # of the copyright holder.
    32 #
    32 #
    33 #
    33 #
    34 
    34 
    35 # Package name used in tarballs
    35 # Package name used in tarballs
    36 APP_NAME=xhost
    36 MODULE_NAME=xhost
    37 
    37 
    38 # Version number (used in path names)
    38 # Version number (used in path names)
    39 APP_VERS=1.0.2
    39 MODULE_VERSION=1.0.2
    40 
    40 
    41 # Patches to apply to source after unpacking, in order
    41 # Patches to apply to source after unpacking, in order
    42 SOURCE_PATCHES = xhost.patch
    42 SOURCE_PATCHES = xhost.patch
    43 
    43 
    44 # Man pages to apply Sun footer to & attributes to list
    44 # Man pages to apply Sun footer to & attributes to list
    45 SUNTOUCHED_MANPAGES=*.man
    45 SUNTOUCHED_MANPAGES=*.man
    46 SUNTOUCH_MAN_FLAGS= \
    46 SUN_PACKAGE=SUNWxwplt
    47  -a '{Availability, SUNWxwplt} {Interface Stability, Committed}'
    47 MODULE_STABILITY=Committed
    48 
    48 
    49 include ../Makefile.inc
    49 include ../Makefile.inc
    50 
    50 
    51 install_gen:: install_po
    51 install_gen:: install_po
    52 install_po:
    52 install_po: