open-src/util/imake/Makefile
changeset 939 1063f7ac3b9f
parent 919 425233ae7236
child 970 272328fe1b4a
equal deleted inserted replaced
938:f9e3cb6afc31 939:1063f7ac3b9f
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
     3 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
     4 # Use is subject to license terms.
       
     5 #
     4 #
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # copy of this software and associated documentation files (the "Software"),
     6 # copy of this software and associated documentation files (the "Software"),
     8 # to deal in the Software without restriction, including without limitation
     7 # to deal in the Software without restriction, including without limitation
     9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    26 
    25 
    27 # Package name used in tarballs
    26 # Package name used in tarballs
    28 MODULE_NAME=imake
    27 MODULE_NAME=imake
    29 
    28 
    30 # Version number (used in path names)
    29 # Version number (used in path names)
    31 MODULE_VERSION=1.0.2
    30 MODULE_VERSION=1.0.3
    32 
    31 
    33 # Checksums for upstream tarball
    32 # Checksums for upstream tarball
    34 TARBALL_MD5  = 02fea5a02ba2857c7d81820c8e8b8e6f
    33 TARBALL_MD5  = ff553c4646edcc9e76b7308991ad421a
    35 TARBALL_SHA1 = 863a1015af41149e91a2f4b20858cb5d584c6943
    34 TARBALL_SHA1 = 625a974dd0fe4c4e9d7ec036fc7b079ec05185f1
    36 
    35 
    37 # Patches to apply to source after unpacking, in order
    36 # Patches to apply to source after unpacking, in order
    38 SOURCE_PATCHES=	
    37 SOURCE_PATCHES=	
    39 
    38 
    40 # Man pages to apply Sun footer to & attributes to list
    39 # Man pages to apply Sun footer to & attributes to list
    41 SUNTOUCHED_MANPAGES=*.man
    40 SUNTOUCHED_MANPAGES=*.man
    42 SUN_PACKAGE=SUNWxwopt
    41 SUN_PACKAGE=SUNWxwopt
    43 MODULE_STABILITY=Uncommitted
    42 MODULE_STABILITY=Uncommitted
    44 
    43 
       
    44 # Additional flags to pass to configure script
       
    45 MODULE_CONFIG_OPTS  = --enable-mkdirhier \
       
    46  --disable-ccmakedep --disable-cleanlinks --disable-makeg \
       
    47  --disable-mergelib --disable-mkhtmlindex --disable-revpath
       
    48 
    45 ### Include common rulesets
    49 ### Include common rulesets
    46 include ../Makefile.inc
    50 include ../Makefile.inc
    47 
    51