open-src/proto/x11proto/Makefile
changeset 606 068c11b419c9
parent 493 f43507b5737d
child 689 d79106000e57
equal deleted inserted replaced
605:e5259db5befc 606:068c11b419c9
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     3 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     4 # Use subject to license terms.
     4 # Use subject to license terms.
     5 #
     5 #
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # copy of this software and associated documentation files (the
     7 # copy of this software and associated documentation files (the
     8 # "Software"), to deal in the Software without restriction, including
     8 # "Software"), to deal in the Software without restriction, including
    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.7	08/08/08
    31 # @(#)Makefile	1.8	09/01/11
    32 #
    32 #
    33 
    33 
    34 # Package name used in tarballs
    34 # Package name used in tarballs
    35 MODULE_NAME=xproto
    35 MODULE_NAME=xproto
    36 
    36 
    37 # Version number (used in path names)
    37 # Version number (used in path names)
    38 MODULE_VERSION=7.0.12
    38 MODULE_VERSION=7.0.14
    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=	Xos.h-patch Xpoll.h-patch X.h-patch
    41 SOURCE_PATCHES=	Xos.h-patch Xpoll.h-patch X.h-patch
    42 
    42 
    43 ### Include common rulesets
    43 ### Include common rulesets