open-src/app/xvidtune/Makefile
changeset 1351 9ad483eabd22
parent 970 272328fe1b4a
equal deleted inserted replaced
1350:ec02333573df 1351:9ad483eabd22
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xvidtune 1.x Makefile
     3 # xvidtune 1.x Makefile
     4 #
     4 #
     5 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2006, 2013, 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=xvidtune
    29 MODULE_NAME=xvidtune
    30 
    30 
    31 # Version number (used in path names)
    31 # Version number (used in path names)
    32 MODULE_VERSION=1.0.2
    32 MODULE_VERSION=1.0.3
    33 
    33 
    34 # Checksums for upstream tarball
    34 # Checksums for upstream tarball
    35 TARBALL_MD5  = e40eeb4454f2a7cdde3a14f5dfd3aadd
    35 TARBALL_MD5  = 8676c9bb1658fe91de244e850f6c3ca8
    36 TARBALL_SHA1 = 2f3f821943018c07efd4547afa4313ac92718b1e
    36 TARBALL_SHA1 = 5ed9967f61cb7f6698fc6da6a2ca7afc5305468d
    37 
    37 
    38 # Patches to apply to source after unpacking, in order
    38 # Patches to apply to source after unpacking, in order
    39 SOURCE_PATCHES = 
    39 SOURCE_PATCHES = 
    40 
    40 
    41 # ARC cases that covered this module
    41 # ARC cases that covered this module
    42 # PSARC/2005/189 X client support for XFree86 extensions
    42 # PSARC/2005/189 X client support for XFree86 extensions
    43 MODULE_ARC_CASES = PSARC/2005/189
    43 MODULE_ARC_CASES = PSARC/2005/189
    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/*.man
    47 MODULE_STABILITY=Volatile
    47 MODULE_STABILITY=Volatile
    48 
    48 
    49 # Compatibility links from /usr/X11/bin to /usr/bin
    49 # Compatibility links from /usr/X11/bin to /usr/bin
    50 MODULE_X11_BINCOMPAT_LINKS = xvidtune
    50 MODULE_X11_BINCOMPAT_LINKS = xvidtune
    51 
    51