open-src/app/smproxy/Makefile
changeset 1179 4ad971e180c3
parent 1072 88d1d779286d
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/session/smproxy
    32 MODULE_PKGNAME=x11/session/smproxy
    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.0.4
    36 MODULE_VERSION=1.0.5
    37 
    37 
    38 # Checksums for upstream tarball
    38 # Checksums for upstream tarball
    39 TARBALL_MD5  = 8ab518393bef44d3ea2bccb027021aab
    39 TARBALL_MD5  = edce41bd7562dcdfb813e05dbeede8ac
    40 TARBALL_SHA1 = ea9639b6d0669f157ac62b807cdba64f509b25ed
    40 TARBALL_SHA1 = 59e19def9a351896cb3101cb580ae424e9e48a3e
    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 = pkgconfig.patch,-p1
    43 SOURCE_PATCHES = 
    44 
    44 
    45 # Need to regenerate configure from configure.ac after applying pkgconfig.patch
    45 # Need to regenerate configure from configure.ac after applying pkgconfig.patch
    46 AUTORECONF = yes
    46 AUTORECONF = yes
    47 
    47 
    48 # Man pages to apply Sun footer to & attributes to list
    48 # Man pages to apply Sun footer to & attributes to list
    49 SUNTOUCHED_MANPAGES=*.man
    49 SUNTOUCHED_MANPAGES=man/smproxy.man
    50 MODULE_STABILITY=Committed
    50 MODULE_STABILITY=Committed
    51 
    51 
    52 # Compatibility links from /usr/X11/bin to /usr/bin
    52 # Compatibility links from /usr/X11/bin to /usr/bin
    53 MODULE_X11_BINCOMPAT_LINKS = smproxy
    53 MODULE_X11_BINCOMPAT_LINKS = smproxy
    54 
    54