bffe3cd864
KDevelop now supports over 15 programming languages and numerous version control systems, debuggers, documentation formats and build tools. Any Editor supporting the KTextEditor interfaces can be used as native KDevelop editor, including kate, qEditor and kvim. Build tools like automake, qmake or ant are supported natively, meaning that KDevelop does not maintain its own object repository. Changes in the native project files will be reflected in KDevelop and vice-versa. The C++ support offers a class view showing all the symbols either flat or hierarchical by namespaces and allows easy code-navigation. A background parser updates the symbols on the fly and also shows syntactical errors in the source code. The code completion even deals with Qt signals and slots. With its new open architecture, KDevelop can be customized in every respect. The user interface can be switched on the fly from classic MDI mode to the modern IDEAl mode, featuring a code-centric approach with on-demand tool-views. KDevelop features extensive support for navigating the source code. Symbols and filenames can be accessed by just typing part of the name, recently modified files can be reached with a simple keystroke.
20 lines
468 B
Makefile
20 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.38 2004/02/15 12:06:12 markd Exp $
|
|
|
|
DISTNAME= kdevelop-3.0.0
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= skrll@NetBSD.org
|
|
HOMEPAGE= http://www.kdevelop.org/
|
|
COMMENT= Integrated Development Enviroment for Unix/X11/KDE
|
|
|
|
DEPENDS+= c-cpp-reference>=2.0.2nb2:../../devel/c-cpp-reference
|
|
DEPENDS+= kdbg>=1.2.5:../../devel/kdbg
|
|
|
|
NO_CHECKSUM= YES
|
|
NO_BUILD= YES
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|