open-src/font/adobe-utopia-type1/Makefile
changeset 493 f43507b5737d
parent 306 008074c76022
child 837 ee480af8e87c
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.1	08/02/04 SMI
    31 # @(#)Makefile	1.2	08/08/08 SMI
    32 #
    32 #
    33 
    33 
    34 # Package name used in tarballs
    34 # Package name used in tarballs
    35 FONT_NAME=font-adobe-utopia-type1
    35 MODULE_NAME=font-adobe-utopia-type1
    36 
    36 
    37 # Version number (used in path names)
    37 # Version number (used in path names)
    38 VERSION=1.0.1
    38 MODULE_VERSION=1.0.1
    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 # Extra configure flags
    43 # Extra configure flags
    44 FONT_CONFIG_OPTS=
    44 MODULE_CONFIG_OPTS=
    45 
    45 
    46 ### Include common rulesets
    46 ### Include common rulesets
    47 include ../Makefile.inc
    47 include ../Makefile.inc