open-src/app/viewres/Makefile
changeset 970 272328fe1b4a
parent 946 c4381a29a60a
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=viewres
    29 MODULE_NAME=viewres
    30 
    30 
       
    31 # pkg(5) name we deliver the files in (override default)
       
    32 MODULE_PKGNAME=x11/toolkit/libxt/xt-resource-utilities
       
    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.2
    36 MODULE_VERSION=1.0.2
    33 
    37 
    34 # Checksums for upstream tarball
    38 # Checksums for upstream tarball
    35 TARBALL_MD5  = f35c4ad7e1aa1ee2b25373dcdc34345b
    39 TARBALL_MD5  = f35c4ad7e1aa1ee2b25373dcdc34345b
    38 # Patches to apply to source after unpacking, in order
    42 # Patches to apply to source after unpacking, in order
    39 SOURCE_PATCHES = 
    43 SOURCE_PATCHES = 
    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=SUNWxwopt
       
    44 MODULE_STABILITY=Committed
    47 MODULE_STABILITY=Committed
    45 
    48 
       
    49 # Compatibility links from /usr/X11/bin to /usr/bin
       
    50 MODULE_X11_BINCOMPAT_LINKS = viewres
       
    51 
    46 include ../Makefile.inc
    52 include ../Makefile.inc