open-src/font/bitstream-vera/Makefile
changeset 810 6f94d3da0552
parent 651 b1c16d874015
child 837 ee480af8e87c
equal deleted inserted replaced
809:bd4bc96957db 810:6f94d3da0552
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Bitstream Vera Fonts Makefile
     3 # Bitstream Vera Fonts Makefile
     4 #
     4 #
     5 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     5 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     6 # Use subject to license terms.
     6 # Use is subject to license terms.
     7 #
     7 #
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     9 # copy of this software and associated documentation files (the
     9 # copy of this software and associated documentation files (the
    10 # "Software"), to deal in the Software without restriction, including
    10 # "Software"), to deal in the Software without restriction, including
    11 # without limitation the rights to use, copy, modify, merge, publish,
    11 # without limitation the rights to use, copy, modify, merge, publish,
    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.7	09/02/26
    33 # ident	"@(#)Makefile	1.8	09/10/13 SMI"
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 MODULE_NAME=ttf-bitstream-vera
    37 MODULE_NAME=ttf-bitstream-vera
    38 
    38 
    43 SOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$(MODULE_VERSION)/$(SOURCE_TARBALL_NAME)
    43 SOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$(MODULE_VERSION)/$(SOURCE_TARBALL_NAME)
    44 SOURCE_URL_SET=yes
    44 SOURCE_URL_SET=yes
    45 
    45 
    46 # Patches to apply to source after unpacking, in order
    46 # Patches to apply to source after unpacking, in order
    47 SOURCE_PATCHES=		# None
    47 SOURCE_PATCHES=		# None
       
    48 
       
    49 # No configure script to run
       
    50 CONFIGURE_TARGETS=
       
    51 CONFIGURE_TARGETS_SET=yes
    48 
    52 
    49 # What to build
    53 # What to build
    50 BUILD_TARGETS=$(SOURCE_DIR)/fonts.scale
    54 BUILD_TARGETS=$(SOURCE_DIR)/fonts.scale
    51 BUILD_TARGETS_SET=yes
    55 BUILD_TARGETS_SET=yes
    52 
    56