pkgsrc/devel/kdevelop4/Makefile
markd 453727f844 Update kdevelop4 to 4.7.0, kdevplatform to 1.7.0
This new release of KDevelop comes with many important changes that should
ensure it will stay usable for the foreseeable future. The CMake support
was improved and extended to ensure that all idioms needed for KF5
development are available. The unit test support UI was polished and
several bugs fixed. In the same direction, some noteworthy issues with the
QtHelp integration were addressed. KDevelop's PHP language support now
handles namespaces better and can understand traits aliases. Furthermore,
some first fruits of the Google summer of code projects are included in
this release. These changes pave the path toward better support for cross
compile toolchains. Feature-wise, KDevelop now officially supports the
Bazaar (bzr) version control system. On the performance front, it was
possible to greatly reduce the memory footprint when loading large projects
with several thousand files in KDevelop. Additionally, the startup should
now be much faster.
2014-11-14 22:43:59 +00:00

38 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.52 2014/11/14 22:43:59 markd Exp $
#
DISTNAME= kdevelop-4.7.0
PKGNAME= kdevelop4-4.7.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_KDE:=kdevelop/4.7.0/src/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= frank@fthieme.net
HOMEPAGE= http://www.kdevelop.org/
COMMENT= Integrated Development Environment for Unix/X11/KDE
#LICENSE= # TODO: (see mk/license.mk)
BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
USE_TOOLS+= pkg-config perl msgfmt
USE_LANGUAGES= c c++
# because of some expansion to ${PKGDIRNAME}.kdev4 which is done wrong by bmake
USE_TOOLS+= gmake
# -std=c++11 is set
GCC_REQD+= 4.7
BUILDLINK_DEPMETHOD.qt4-tools= full
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../x11/kdelibs4/buildlink3.mk"
.include "../../x11/kde-workspace4/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/okteta/buildlink3.mk"
.include "../../devel/qjson/buildlink3.mk"
.include "../../devel/kdevplatform/buildlink3.mk"
.include "../../devel/subversion-base/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"