open-src/lib/libXScrnSaver/Makefile
changeset 493 f43507b5737d
parent 371 d0a78a85764b
child 851 d428083dbbdd
equal deleted inserted replaced
492:abfa40ff15ef 493:f43507b5737d
    28 # Except as contained in this notice, the name of a copyright holder
    28 # Except as contained in this notice, the name of a copyright holder
    29 # shall not be used in advertising or otherwise to promote the sale, use
    29 # shall not be used in advertising or otherwise to promote the sale, use
    30 # or other dealings in this Software without prior written authorization
    30 # or other dealings in this Software without prior written authorization
    31 # of the copyright holder.
    31 # of the copyright holder.
    32 #
    32 #
    33 # @(#)Makefile	1.2	08/03/19
    33 # @(#)Makefile	1.3	08/08/08
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 LIB_MODULE=libXScrnSaver
    37 MODULE_NAME=libXScrnSaver
    38 
    38 
    39 # Version number (used in path names)
    39 # Version number (used in path names)
    40 LIB_VERS=1.1.3
    40 MODULE_VERSION=1.1.3
    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 # Library name (used for specfiles/mapfiles)
    45 # Library name (used for specfiles/mapfiles)
    46 LIBNAME=Xss
    46 LIBNAME=Xss
    47 
    47 
    48 # Man pages to apply Sun footer to & attributes to list
    48 # Man pages to apply Sun footer to & attributes to list
    49 SUNTOUCHED_MANPAGES=man/*.man
    49 SUNTOUCHED_MANPAGES=man/*.man
    50 SUN_PACKAGE=SUNWxwplt
    50 SUN_PACKAGE=SUNWxwplt
    51 LIB_STABILITY=Committed
    51 MODULE_STABILITY=Committed
    52 LIB_MAN_SUFFIX=3Xss
    52 LIB_MAN_SUFFIX=3Xss
    53 
    53 
    54 # Library built in tree
    54 
    55 LIB_BUILT=$(SOURCE_DIR)/src/.libs/libXss.so.1.0.0
       
    56 
    55 
    57 # pkg-config files that need to have -R added
    56 # pkg-config files that need to have -R added
    58 FIX_PC_FILES=xscrnsaver.pc.in
    57 FIX_PC_FILES=xscrnsaver.pc.in
    59 
    58 
    60 include ../Makefile.inc
    59 include ../Makefile.inc