open-src/app/xeyes/Makefile
changeset 970 272328fe1b4a
parent 946 c4381a29a60a
child 1068 0dc26c96a5af
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=xeyes
    29 MODULE_NAME=xeyes
    30 
    30 
       
    31 # pkg(5) name we deliver the files in (override default)
       
    32 MODULE_PKGNAME=x11/demo
       
    33 MODULE_PKGNAME_SET=yes
       
    34 
    31 # Version number (used in path names)
    35 # Version number (used in path names)
    32 MODULE_VERSION=1.1.0
    36 MODULE_VERSION=1.1.0
    33 
    37 
    34 # Checksums for upstream tarball
    38 # Checksums for upstream tarball
    35 TARBALL_MD5  = 933f6d2b132d14f707f1f3c87b39ebe2
    39 TARBALL_MD5  = 933f6d2b132d14f707f1f3c87b39ebe2
    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=SUNWxwdem
       
    44 MODULE_STABILITY=Uncommitted
    47 MODULE_STABILITY=Uncommitted
    45 
    48 
       
    49 # Compatibility links from /usr/X11/bin to /usr/bin
       
    50 MODULE_X11_BINCOMPAT_LINKS = xeyes
       
    51 
    46 include ../Makefile.inc
    52 include ../Makefile.inc