open-src/app/xedit/Makefile
changeset 970 272328fe1b4a
parent 947 ef9da9d336f5
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=xedit
    29 MODULE_NAME=xedit
    30 
    30 
       
    31 # pkg(5) name we deliver the files in (override default)
       
    32 MODULE_PKGNAME=editor/$(MODULE_NAME)
       
    33 MODULE_PKGNAME_SET=yes
       
    34 
       
    35 # Package classification (override default)
       
    36 MODULE_PKGCLASS=Development/Editors
       
    37 MODULE_PKGCLASS_SET=yes
       
    38 
    31 # Version number (used in path names)
    39 # Version number (used in path names)
    32 MODULE_VERSION=1.1.2
    40 MODULE_VERSION=1.1.2
    33 
    41 
    34 # Checksums for upstream tarball
    42 # Checksums for upstream tarball
    35 TARBALL_MD5  = 67193be728414d45a1922911e6437991
    43 TARBALL_MD5  = 67193be728414d45a1922911e6437991
    38 # Patches to apply to source after unpacking, in order
    46 # Patches to apply to source after unpacking, in order
    39 SOURCE_PATCHES = 
    47 SOURCE_PATCHES = 
    40 
    48 
    41 # Man pages to apply Sun footer to & attributes to list
    49 # Man pages to apply Sun footer to & attributes to list
    42 SUNTOUCHED_MANPAGES=*.man
    50 SUNTOUCHED_MANPAGES=*.man
    43 SUN_PACKAGE=SUNWxwopt
       
    44 MODULE_STABILITY=Committed
    51 MODULE_STABILITY=Committed
    45 
    52 
       
    53 # Compatibility links from /usr/X11/bin to /usr/bin
       
    54 MODULE_X11_BINCOMPAT_LINKS = xedit
       
    55 
    46 include ../Makefile.inc
    56 include ../Makefile.inc