open-src/font/bitstream-vera/Makefile
changeset 156 1dec9ce4addc
parent 0 b949c5054bc4
child 222 73975f82276f
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.1	05/09/02
    33 # @(#)Makefile	1.2	07/05/15
    34 #
    34 #
    35 
    35 
    36 PWD:sh=pwd
    36 PWD:sh=pwd
    37 TOP=$(PWD)/../..
    37 TOP=$(PWD)/../..
    38 
       
    39 # Not really 32 or 64-bit, but we call it 32-bit to avoid subdirs
       
    40 BUILD_TYPES=32 
       
    41 
    38 
    42 # Version number (used in path names)
    39 # Version number (used in path names)
    43 VERSION=1.10
    40 VERSION=1.10
    44 
    41 
    45 # Source tarball
    42 # Source tarball
    46 SOURCE_TARBALL_NAME=ttf-bitstream-vera-$(VERSION).tar.bz2
    43 SOURCE_TARBALL_NAME=ttf-bitstream-vera-$(VERSION).tar.bz2
    47 
    44 
    48 # Download site for source
    45 # Download site for source
    49 SOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$(VERSION)/ttf-bitstream-vera-$(VERSION).tar.bz2
    46 SOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$(VERSION)/ttf-bitstream-vera-$(VERSION).tar.bz2
       
    47 SOURCE_URL_SET=yes
    50 
    48 
    51 # Patches to apply to source after unpacking, in order
    49 # Patches to apply to source after unpacking, in order
    52 SOURCE_PATCHES=		# None
    50 SOURCE_PATCHES=		# None
    53 
    51 
    54 # Directory created by unpacking source
    52 # Directory created by unpacking source