open-src/app/xkbcomp/Makefile
changeset 1179 4ad971e180c3
parent 1068 0dc26c96a5af
equal deleted inserted replaced
1178:859fc7cfa429 1179:4ad971e180c3
    31 # pkg(5) name we deliver the files in (override default)
    31 # pkg(5) name we deliver the files in (override default)
    32 MODULE_PKGNAME=x11/keyboard/$(MODULE_NAME)
    32 MODULE_PKGNAME=x11/keyboard/$(MODULE_NAME)
    33 MODULE_PKGNAME_SET=yes
    33 MODULE_PKGNAME_SET=yes
    34 
    34 
    35 # Version number (used in path names)
    35 # Version number (used in path names)
    36 MODULE_VERSION=1.2.0
    36 MODULE_VERSION=1.2.3
    37 
    37 
    38 # Checksums for upstream tarball
    38 # Checksums for upstream tarball
    39 TARBALL_MD5  = 0f55995cd8da9b2d88553e1a2e17cd0a
    39 TARBALL_MD5  = 35622a497894c1cff9182d42696c3e27
    40 TARBALL_SHA1 = 67a10a1671fd1a0d6e09b4dfe93d0331af699f26
    40 TARBALL_SHA1 = c20d1b5b8e25634cc9a79c5e4c3397a5ffbee1e0
    41 
    41 
    42 # Patches to apply to source after unpacking, in order
    42 # Patches to apply to source after unpacking, in order
    43 SOURCE_PATCHES = 
    43 SOURCE_PATCHES = 
    44 
    44 
    45 # Man pages to apply Sun footer to & attributes to list
    45 # Man pages to apply Sun footer to & attributes to list
    46 SUNTOUCHED_MANPAGES=*.man
    46 SUNTOUCHED_MANPAGES=man/xkbcomp.man
    47 MODULE_STABILITY=Volatile
    47 MODULE_STABILITY=Volatile
    48 
    48 
    49 # Compatibility links from /usr/X11/bin to /usr/bin
    49 # Compatibility links from /usr/X11/bin to /usr/bin
    50 MODULE_X11_BINCOMPAT_LINKS = xkbcomp
    50 MODULE_X11_BINCOMPAT_LINKS = xkbcomp
    51 
    51