pkgsrc/devel/extra-cmake-modules/Makefile
markd 96ff309931 extra-cmake-modules: update to 5.70.0
5.67
  Add missing Import Env Variable
  ECMAddAppIcon: Add sc in regex to extract extension from valid names
  ECMAddQch: support & document K_DOXYGEN macro usage
5.68
  Support NDK r20 and Qt 5.14
  Load QM files from assets: URLs on Android
  Add ecm_qt_install_logging_categories & ecm_qt_export_logging_category
  ECMGeneratePriFile: unbreak for usages with LIB_NAME not a target name
  ECMGeneratePriFile: Fix static configurations
5.70
  android: include the architecture on the apk name
  ECMAddQch: fix use of quotation marks with PREDEFINED in doxygen config
  Adapt FindKF5 to stricter checks in newer find_package_handle_standard_args
  ECMAddQch: help doxygen to handle Q_DECLARE_FLAGS, so such types get docs
  Fix wayland scanner warnings
  ECM: attempt to fix KDEInstallDirsTest.relative_or_absolute on Windows
2020-06-07 10:39:48 +00:00

27 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.16 2020/06/07 10:39:48 markd Exp $
DISTNAME= extra-cmake-modules-5.70.0
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/${PKGVERSION:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= markd@NetBSD.org
HOMEPAGE= https://community.kde.org/Frameworks
COMMENT= Extra modules and scripts for CMake
LICENSE= modified-bsd
USE_CMAKE= yes
USE_LANGUAGES= c c++
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _KDE_build
CMAKE_ARGS+= -DBUILD_TESTING=OFF
CMAKE_ARGS+= -DBUILD_HTML_DOCS=OFF
CMAKE_ARGS+= -DBUILD_MAN_DOCS=OFF
CMAKE_ARGS+= -DBUILD_QTHELP_DOCS=OFF
pre-configure:
${MKDIR} ${WRKSRC}/_KDE_build
${FIND} ${WRKSRC} -name \*.orig -exec rm {} \;
.include "../../mk/bsd.pkg.mk"