# Recipe for version 2.3.6 by Giambattista Bloisi <giamby@infinito.it>, on Fri Jun 13 20:03:29 BRT 2008
# by Giusepe Casagrande, Jeremy Vernon
url=http://download.savannah.gnu.org/releases/freetype/freetype-2.3.6.tar.bz2
file_size=1305717
file_md5=fb182d508017cb608e9df8c7dca648dc
compile_version=1.8.5
recipe_type=configure

# XFree86 also has a FreeType; We want this one to be the dominant FreeType
symlink_options=(
   "--conflict overwrite"
)

make_variables=(
	C_INCLUDE_PATH=
)

pre_link() {
	cd $target/include
	ln -s freetype2/freetype freetype
}
