open-src/app/xinput/Makefile
changeset 970 272328fe1b4a
parent 946 c4381a29a60a
child 977 46c5e46c27fb
equal deleted inserted replaced
969:f3e9f1ddd6a8 970:272328fe1b4a
    33 
    33 
    34 # Checksums for upstream tarball
    34 # Checksums for upstream tarball
    35 TARBALL_MD5  = 82400f0ba63217df9b00d825532cea7d
    35 TARBALL_MD5  = 82400f0ba63217df9b00d825532cea7d
    36 TARBALL_SHA1 = f8f45486de7d44b3d7274dfd24f988035fe05910
    36 TARBALL_SHA1 = f8f45486de7d44b3d7274dfd24f988035fe05910
    37 
    37 
       
    38 # pkg(5) name we deliver the files in (override default)
       
    39 MODULE_PKGNAME=x11/utility/x11-server-utilities
       
    40 MODULE_PKGNAME_SET=yes
       
    41 
       
    42 # ARC cases that covered this module
       
    43 # LSARC/2009/506  xinput program
       
    44 MODULE_ARC_CASES = LSARC/2009/506
    38 
    45 
    39 # Man pages to apply Sun footer to & attributes to list
    46 # Man pages to apply Sun footer to & attributes to list
    40 SUNTOUCHED_MANPAGES=man/*.man
    47 SUNTOUCHED_MANPAGES=man/*.man
    41 SUN_PACKAGE=SUNWxorg-client-programs
       
    42 MODULE_STABILITY=Volatile
    48 MODULE_STABILITY=Volatile
    43 
    49 
       
    50 # Compatibility links from /usr/X11/bin to /usr/bin
       
    51 MODULE_X11_BINCOMPAT_LINKS = xinput
       
    52 
    44 include ../Makefile.inc
    53 include ../Makefile.inc