open-src/lib/freetype/Makefile
changeset 1456 c800ec17944c
parent 1356 73c3eb360de2
child 1466 fbd4067be4c6
equal deleted inserted replaced
1455:97e5bcb47bcd 1456:c800ec17944c
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Freetype 2.x font rendering library
     3 # Freetype 2.x font rendering library
     4 #
     4 #
     5 # Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
     6 #
     6 #
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # copy of this software and associated documentation files (the "Software"),
     8 # copy of this software and associated documentation files (the "Software"),
     9 # to deal in the Software without restriction, including without limitation
     9 # to deal in the Software without restriction, including without limitation
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    56 UPSTREAM_URL		= http://freetype.org/
    56 UPSTREAM_URL		= http://freetype.org/
    57 UPSTREAM_SET		= yes
    57 UPSTREAM_SET		= yes
    58 
    58 
    59 MODULE_LICENSE		= The FreeType Project License
    59 MODULE_LICENSE		= The FreeType Project License
    60 MODULE_LICENSE_SET	= yes
    60 MODULE_LICENSE_SET	= yes
    61 ORACLE_TPNO		= 9935
    61 ORACLE_TPNO		= 18003
    62 MODULE_DESC		= the FreeType 2 font engine
    62 MODULE_DESC		= the FreeType 2 font engine
    63 
    63 
    64 # Library name used in man pages & spec files
    64 # Library name used in man pages & spec files
    65 LIBNAME=freetype
    65 LIBNAME=freetype
    66 
    66