open-src/app/xprop/Makefile
changeset 1179 4ad971e180c3
parent 1068 0dc26c96a5af
equal deleted inserted replaced
1178:859fc7cfa429 1179:4ad971e180c3
    27 
    27 
    28 # Package name used in tarballs
    28 # Package name used in tarballs
    29 MODULE_NAME=xprop
    29 MODULE_NAME=xprop
    30 
    30 
    31 # Version number (used in path names)
    31 # Version number (used in path names)
    32 MODULE_VERSION=1.2.0
    32 MODULE_VERSION=1.2.1
    33 
    33 
    34 # Checksums for upstream tarball
    34 # Checksums for upstream tarball
    35 TARBALL_MD5  = e6d0673a1e1e469f0a6220a6868fb94b
    35 TARBALL_MD5  = d5529dc8d811efabd136ca2d8e857deb
    36 TARBALL_SHA1 = 278f83c5077eed1d96c180bdc0a6f22ba5279a66
    36 TARBALL_SHA1 = d531be0f5f2b7758216ea4d7890f88c42c5fa3fd
    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 # pkg(5) name we deliver the files in (override default)
    41 # pkg(5) name we deliver the files in (override default)
    47 MODULE_ARC_CASES = LSARC/2008/048
    47 MODULE_ARC_CASES = LSARC/2008/048
    48 # PSARC/2011/033 X11R7.6 application updates
    48 # PSARC/2011/033 X11R7.6 application updates
    49 MODULE_ARC_CASES += PSARC/2011/033
    49 MODULE_ARC_CASES += PSARC/2011/033
    50 
    50 
    51 # Man pages to apply Sun footer to & attributes to list
    51 # Man pages to apply Sun footer to & attributes to list
    52 SUNTOUCHED_MANPAGES=*.man
    52 SUNTOUCHED_MANPAGES=man/xprop.man
    53 MODULE_STABILITY=Committed
    53 MODULE_STABILITY=Committed
    54 
    54 
    55 # Compatibility links from /usr/X11/bin to /usr/bin
    55 # Compatibility links from /usr/X11/bin to /usr/bin
    56 MODULE_X11_BINCOMPAT_LINKS = xprop
    56 MODULE_X11_BINCOMPAT_LINKS = xprop
    57 
    57