2012-11-02 08:58:41 -05:00
|
|
|
# -*- 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/.
|
|
|
|
#
|
|
|
|
|
2013-04-14 03:04:11 -05:00
|
|
|
$(eval $(call gb_ExternalPackage_ExternalPackage,fonts_opensans,font_opensans))
|
2012-11-02 08:58:41 -05:00
|
|
|
|
2013-04-14 02:59:27 -05:00
|
|
|
$(eval $(call gb_ExternalPackage_set_outdir,fonts_opensans,$(INSTDIR)))
|
|
|
|
|
|
|
|
$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_opensans,share/fonts/truetype,\
|
2012-11-02 08:58:41 -05:00
|
|
|
OpenSans-BoldItalic.ttf \
|
|
|
|
OpenSans-Bold.ttf \
|
|
|
|
OpenSans-Italic.ttf \
|
|
|
|
OpenSans-Regular.ttf \
|
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|