open-src/lib/freetype/Makefile
changeset 156 1dec9ce4addc
parent 150 ceaa6df00cd3
child 197 53de5b9ac23d
equal deleted inserted replaced
155:590ece734ed7 156:1dec9ce4addc
    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.65	07/04/19
    33 # @(#)Makefile	1.66	07/05/15
    34 #
    34 #
    35 
    35 
    36 PWD:sh=pwd
    36 PWD:sh=pwd
    37 TOP=$(PWD)/../..
    37 TOP=$(PWD)/../..
    38 
    38 
    39 # Build 32-bit, 64-bit, or both?
    39 # Build 32-bit, 64-bit, or both?
    40 BUILD_TYPES=32 64
    40 BUILD_TYPES=32 64
       
    41 BUILD_TYPES_SET=yes
    41 
    42 
    42 # Version number (used in path names)
    43 # Version number (used in path names)
    43 FT_VERS=2.1.10
    44 FT_VERS=2.1.10
    44 
    45 
    45 # Source tarball
    46 # Source tarball
    46 SOURCE_TARBALL_NAME=freetype-$(FT_VERS).tar.bz2
    47 SOURCE_TARBALL_NAME=freetype-$(FT_VERS).tar.bz2
    47 
    48 
    48 # Download site for source
    49 # Download site for source
    49 SOURCE_URL=http://savannah.nongnu.org/download/freetype/$(SOURCE_TARBALL_NAME)
    50 SOURCE_URL=http://savannah.nongnu.org/download/freetype/$(SOURCE_TARBALL_NAME)
       
    51 SOURCE_URL_SET=yes
    50 
    52 
    51 # Patches to apply to source after unpacking, in order
    53 # Patches to apply to source after unpacking, in order
    52 SOURCE_PATCHES=freetype-$(FT_VERS).patch 6425531.patch 6542352.patch freetype-$(FT_VERS).hint.patch 6539893.patch,-p1
    54 SOURCE_PATCHES=freetype-$(FT_VERS).patch 6425531.patch 6542352.patch freetype-$(FT_VERS).hint.patch 6539893.patch,-p1
    53 
    55 
    54 # Directory created by unpacking source
    56 # Directory created by unpacking source