# Recipe for version 20050117 by roko, <ro.ko@mcnon.com>, on Tue Feb 1 20:44:14 CET 2005
compile_version=1.7.1
url="$httpSourceforge/fontforge/fontforge_full-20050117.tgz"
recipe_type=configure
dir="fontforge-20050117"
configure_options=(
    --with-freetype-bytecode           # Control whether we build with the bytecode interpreter
 # --with-freetype-src=dir              # Specify freetype source directory
    --with-multilayer                        # Control whether we build with support for type3/svg fonts containing multilayered drawing with strokes, fills, images, etc.
    --with-devicetables                    # Control whether we build with support for device tables which allow fine control of kerning (etc.) at small point sizes
 # --with-gtk                                   #  Control whether we build using the gtk toolkit (does not work yet)
)