Files
Bernd Kuhls 9b96ce2c80 package/doxygen: bump version to 1.15.0
Changelog of this host-only package:
https://www.doxygen.nl/manual/changelog.html

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-12-09 19:24:58 +01:00

18 lines
563 B
Makefile

################################################################################
#
# doxygen
#
################################################################################
DOXYGEN_VERSION = 1.15.0
DOXYGEN_SOURCE = doxygen-$(DOXYGEN_VERSION).src.tar.gz
DOXYGEN_SITE = https://sourceforge.net/projects/doxygen/files/rel-$(DOXYGEN_VERSION)
DOXYGEN_LICENSE = GPL-2.0
DOXYGEN_LICENSE_FILES = LICENSE
DOXYGEN_CPE_ID_VENDOR = doxygen
HOST_DOXYGEN_DEPENDENCIES = host-flex host-bison
HOST_DOXYGEN_CONF_OPTS += -DBUILD_SHARED_LIBS=OFF
$(eval $(host-cmake-package))