open-src/app/xsetroot/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=xsetroot
    29 MODULE_NAME=xsetroot
    30 
    30 
       
    31 # pkg(5) name we deliver the files in (override default)
       
    32 MODULE_PKGNAME=x11/utility/x11-server-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.3
    36 MODULE_VERSION=1.0.3
    33 
    37 
    34 # Checksums for upstream tarball
    38 # Checksums for upstream tarball
    35 TARBALL_MD5  = cbda9b9b8da5af4614110883d5a276b8
    39 TARBALL_MD5  = cbda9b9b8da5af4614110883d5a276b8
    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=SUNWxwplt
       
    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 = xsetroot
       
    51 
    46 include ../Makefile.inc
    52 include ../Makefile.inc