open-src/driver/xf86-video-ast/Makefile
changeset 259 bd9c33ee0a70
parent 194 c2b76d8a41f7
child 493 f43507b5737d
equal deleted inserted replaced
258:959991251e79 259:bd9c33ee0a70
    28 # Except as contained in this notice, the name of a copyright holder
    28 # Except as contained in this notice, the name of a copyright holder
    29 # shall not be used in advertising or otherwise to promote the sale, use
    29 # shall not be used in advertising or otherwise to promote the sale, use
    30 # or other dealings in this Software without prior written authorization
    30 # or other dealings in this Software without prior written authorization
    31 # of the copyright holder.
    31 # of the copyright holder.
    32 #
    32 #
    33 # @(#)Makefile	1.5	07/07/31
    33 # @(#)Makefile	1.6	07/11/30
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 DRIVER_NAME=xf86-video-ast
    37 DRIVER_NAME=xf86-video-ast
    38 
    38 
    39 # Version number (used in path names)
    39 # Version number (used in path names)
    40 DRIVER_VERS=0.81.0
    40 DRIVER_VERS=0.81.0
    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 	6554541.patch
    44 
    45 
    45 # Man pages to apply Sun footer to & attributes to list
    46 # Man pages to apply Sun footer to & attributes to list
    46 #SUNTOUCHED_MANPAGES=man/*.man
    47 #SUNTOUCHED_MANPAGES=man/*.man
    47 SUNTOUCH_MAN_FLAGS= \
    48 SUNTOUCH_MAN_FLAGS= \
    48  -a '{Architecture, x86} {Availability, SUNWxorg-graphics-ddx} {Interface Stability, Volatile}'
    49  -a '{Architecture, x86} {Availability, SUNWxorg-graphics-ddx} {Interface Stability, Volatile}'