open-src/app/luit/Makefile
changeset 1276 52f85727ce94
parent 1196 1ce455dae979
equal deleted inserted replaced
1275:394f1c4996ae 1276:52f85727ce94
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # luit 1.x Makefile
     3 # luit - character set encoding filter for terminal emulators like xterm
     4 #
     4 #
     5 # Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2008, 2012, 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,
    27 
    27 
    28 # Package name used in tarballs
    28 # Package name used in tarballs
    29 MODULE_NAME=luit
    29 MODULE_NAME=luit
    30 
    30 
    31 # Version number (used in path names)
    31 # Version number (used in path names)
    32 MODULE_VERSION=1.1.0
    32 MODULE_VERSION=1.1.1
    33 
    33 
    34 # Checksums for upstream tarball
    34 # Checksums for upstream tarball
    35 TARBALL_MD5  = cb9377b09e562e4084cc614a44df2641
    35 TARBALL_MD5   = c4a3664e08e5a47c120ff9263ee2f20c
    36 TARBALL_SHA1 = fa974b417f6b65c241398d8d011207c6facb0766
    36 TARBALL_SHA1  = 3130c14d7267cecce0ba2280643844b48cca49b0
       
    37 TARBALL_SHA256= 30b0e787cb07a0f504b70f1d6123930522111ce9d4276f6683a69b322b49c636
    37 
    38 
    38 # Patches to apply to source after unpacking, in order
    39 # Patches to apply to source after unpacking, in order
    39 SOURCE_PATCHES = solaris-man.patch \
    40 SOURCE_PATCHES += solaris-man.patch,-p1
    40 	remove-zlib.patch,-p1 \
    41 SOURCE_PATCHES += 6824625.patch,-p1
    41 	6824625.patch
       
    42 
    42 
    43 # Need to rebuild configure after patching configure.ac in remove-zlib.patch
    43 # Need to rebuild configure after patching configure.ac in remove-zlib.patch
    44 AUTORECONF=yes
    44 AUTORECONF=yes
    45 
    45 
    46 # pkg(5) name we deliver the files in (override default)
    46 # pkg(5) name we deliver the files in (override default)