open-src/proto/xf86dgaproto/Makefile
changeset 493 f43507b5737d
parent 371 d0a78a85764b
child 851 d428083dbbdd
equal deleted inserted replaced
492:abfa40ff15ef 493:f43507b5737d
    26 # Except as contained in this notice, the name of a copyright holder
    26 # Except as contained in this notice, the name of a copyright holder
    27 # shall not be used in advertising or otherwise to promote the sale, use
    27 # shall not be used in advertising or otherwise to promote the sale, use
    28 # or other dealings in this Software without prior written authorization
    28 # or other dealings in this Software without prior written authorization
    29 # of the copyright holder.
    29 # of the copyright holder.
    30 #
    30 #
    31 # @(#)Makefile	1.3	08/03/19
    31 # @(#)Makefile	1.4	08/08/08
    32 #
    32 #
    33 
    33 
    34 # Package name used in tarballs
    34 # Package name used in tarballs
    35 PROTO_NAME=xf86dgaproto
    35 MODULE_NAME=xf86dgaproto
    36 
    36 
    37 # Version number (used in path names)
    37 # Version number (used in path names)
    38 VERSION=2.0.3
    38 MODULE_VERSION=2.0.3
    39 
    39 
    40 # Patches to apply to source after unpacking, in order
    40 # Patches to apply to source after unpacking, in order
    41 SOURCE_PATCHES=	
    41 SOURCE_PATCHES=	
    42 
    42 
    43 ### Include common rulesets
    43 ### Include common rulesets