summaryrefslogtreecommitdiff
path: root/freetype/UnpackedTarball_freetype.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-10-23 23:32:43 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-10-24 12:40:39 +0200
commit9a3fe78320fdb7e2f1cb1ac9dbf6f9a5201af9b6 (patch)
tree0134baae6e37f574b8a78cdb49e07bacc4ce26c5 /freetype/UnpackedTarball_freetype.mk
parent526c9bdd0408cc0b983c11b35a0aaefda93fad13 (diff)
freetype: convert to gbuild
Change-Id: I67f550385fa1f4073873f1e503eb153665e718ef
Diffstat (limited to 'freetype/UnpackedTarball_freetype.mk')
-rw-r--r--freetype/UnpackedTarball_freetype.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/freetype/UnpackedTarball_freetype.mk b/freetype/UnpackedTarball_freetype.mk
new file mode 100644
index 000000000000..a1060adbf335
--- /dev/null
+++ b/freetype/UnpackedTarball_freetype.mk
@@ -0,0 +1,20 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_UnpackedTarball_UnpackedTarball,freetype))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,freetype,$(FREETYPE_TARBALL)))
+
+$(eval $(call gb_UnpackedTarball_set_patchlevel,freetype,3))
+
+$(eval $(call gb_UnpackedTarball_add_patches,freetype,\
+ freetype/freetype-2.4.8.patch \
+))
+
+# vim: set noet sw=4 ts=4: