kumquat-buildroot/package/doxygen/doxygen.mk
Peter Seiderer 12ddc5c33d package/doxygen: bump version to 1.18.18
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-06-04 23:25:35 +02:00

15 lines
434 B
Makefile

################################################################################
#
# doxygen
#
################################################################################
DOXYGEN_VERSION = 1.8.18
DOXYGEN_SOURCE = doxygen-$(DOXYGEN_VERSION).src.tar.gz
DOXYGEN_SITE = http://doxygen.nl/files
DOXYGEN_LICENSE = GPL-2.0
DOXYGEN_LICENSE_FILES = LICENSE
HOST_DOXYGEN_DEPENDENCIES = host-flex host-bison
$(eval $(host-cmake-package))