pkgsrc/devel/extra-cmake-modules/Makefile
markd b81ca23276 Update to 5.25.0
5.22:
* Enables KDE_INSTALL_USE_QT_SYS_PATHS if CMAKE_INSTALL_PREFIX Qt5 prefix
* ecm_qt_declare_logging_category: improve error message when using
  without including
5.24:
* Integrate relative library paths to APK
* Use "/data" for DATAROOTDIR on Windows
5.25:
* Fix inclusion when there's no Qt5
* Add a fallback method for query_qmake() when there's no Qt5 installation
* Make sure ECMGeneratePriFile.cmake behaves like the rest of ECM
* Appstream data changed its preferred location
2016-08-21 21:12:42 +00:00

29 lines
761 B
Makefile

# $NetBSD: Makefile,v 1.6 2016/08/21 21:12:42 markd Exp $
DISTNAME= extra-cmake-modules-5.25.0
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/5.25/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= markd@NetBSD.org
HOMEPAGE= https://community.kde.org/Frameworks
COMMENT= Extra modules and scripts for CMake
LICENSE= modified-bsd
#BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2:../../textproc/py-sphinx
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
pre-configure:
${MKDIR} ${WRKSRC}/_KDE_build
${FIND} ${WRKSRC} -name \*.orig -exec rm {} \;
#.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"