update credits
[LibreOffice.git] / xpdf / UnpackedTarball_xpdf.mk
blob38fc6166253087388fb05bb96c6e02d4251dbe60
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,xpdf))
12 $(eval $(call gb_UnpackedTarball_set_tarball,xpdf,$(XPDF_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_fix_end_of_line,xpdf,\
15 ms_make.bat \
18 $(eval $(call gb_UnpackedTarball_add_patches,xpdf,\
19 xpdf/xpdf-3.02.patch \
20 xpdf/xpdf-3.02-ooopwd.patch \
21 xpdf/xpdf-3.02-gfxColorMaxComps.patch \
22 xpdf/xpdf-no-writable-literals.patch \
25 # vim: set noet sw=4 ts=4: