open-src/app/xpr/Makefile
changeset 970 272328fe1b4a
parent 943 294f64612d23
child 977 46c5e46c27fb
equal deleted inserted replaced
969:f3e9f1ddd6a8 970:272328fe1b4a
    26 #
    26 #
    27 
    27 
    28 # Package name used in tarballs
    28 # Package name used in tarballs
    29 MODULE_NAME=xpr
    29 MODULE_NAME=xpr
    30 
    30 
       
    31 # pkg(5) name we deliver the files in (override default)
       
    32 MODULE_PKGNAME=x11/utility/x11-window-dump
       
    33 MODULE_PKGNAME_SET=yes
       
    34 
    31 # Version number (used in path names)
    35 # Version number (used in path names)
    32 MODULE_VERSION=1.0.3
    36 MODULE_VERSION=1.0.3
    33 
    37 
    34 # Checksums for upstream tarball
    38 # Checksums for upstream tarball
    35 TARBALL_MD5  = 1c2c540d240def3ea65ff2030f059f8a
    39 TARBALL_MD5  = 1c2c540d240def3ea65ff2030f059f8a
    38 # Patches to apply to source after unpacking, in order
    42 # Patches to apply to source after unpacking, in order
    39 SOURCE_PATCHES = 6724753.patch
    43 SOURCE_PATCHES = 6724753.patch
    40 
    44 
    41 # Man pages to apply Sun footer to & attributes to list
    45 # Man pages to apply Sun footer to & attributes to list
    42 SUNTOUCHED_MANPAGES=*.man
    46 SUNTOUCHED_MANPAGES=*.man
    43 SUN_PACKAGE=SUNWxwplt
       
    44 MODULE_STABILITY=Committed
    47 MODULE_STABILITY=Committed
    45 
    48 
       
    49 # ARC cases that covered this module
       
    50 # PSARC/2002/435 xpr Paper Size Option
       
    51 MODULE_ARC_CASES = PSARC/2002/435
       
    52 
       
    53 # Compatibility links from /usr/X11/bin to /usr/bin
       
    54 MODULE_X11_BINCOMPAT_LINKS = xpr xdpr
       
    55 
    46 include ../Makefile.inc
    56 include ../Makefile.inc