From: John Hodge Date: Sat, 8 Jun 2013 07:29:08 +0000 (+0800) Subject: Externals/freetype - Appears to work X-Git-Tag: rel0.15~448 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=b0472312d548efb716890c461bd21492a040ca8c;p=tpg%2Facess2.git Externals/freetype - Appears to work --- diff --git a/Externals/freetype/.gitignore b/Externals/freetype/.gitignore new file mode 100644 index 00000000..c3ab3148 --- /dev/null +++ b/Externals/freetype/.gitignore @@ -0,0 +1 @@ +freetype-* diff --git a/Externals/freetype/Makefile b/Externals/freetype/Makefile new file mode 100644 index 00000000..db56641d --- /dev/null +++ b/Externals/freetype/Makefile @@ -0,0 +1,14 @@ +# +# Acess2 External: freetype +# - Makefile and patches by John Hodge (thePowersGang) +# + +DEPS := +TARBALL_PATTERN := freetype-*.tar.bz2 +TARBALL_TO_DIR_L := %.tar.bz2 +TARBALL_TO_DIR_R := % +PATCHES := +CONFIGURE_ARGS = + +include ../common.mk +