pkgsrc/devel/kdevelop-base/Makefile
markd d3b764916d Update kdevelop to 3.0.0.
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.
2004-02-15 11:25:24 +00:00

56 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.28 2004/02/15 11:25:24 markd Exp $
DISTNAME= kdevelop-3.0.0
PKGNAME= kdevelop-base-3.0.0
CATEGORIES= devel kde
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/3.2/src/ \
ftp://ftp.us.kde.org/pub/kde/stable/3.2/src/ \
ftp://ftp.de.kde.org/pub/kde/stable/3.2/src/
HOMEPAGE= http://www.kdevelop.org/
COMMENT= Base modules for IDE for Unix/X11/KDE
.include "../../meta-pkgs/kde3/Makefile.kde3"
BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= yes
DEPENDS+= automake>=1.7:../../devel/automake
DEPENDS+= doxygen>=1.3.5:../../devel/doxygen
DEPENDS+= graphviz>=1.10nb1:../../graphics/graphviz
DEPENDS+= htdig>=3.1.6:../../www/htdig
DEPENDS+= a2ps>=4.12:../../print/a2ps
DEPENDS+= kdelibdocs>=3.2:../../x11/kdelibdocs3
DEPENDS+= qt3-docs>=3.1.1:../../x11/qt3-docs
DEPENDS+= qt3-tools>=3.1.1:../../x11/qt3-tools
CONFLICTS+= kdevelop<=1.3
USE_PERL5= yes
REPLACE_PERL= \
kdevprj2kdevelop \
doc/tools/index-python \
doc/tools/index-texi \
doc/tools/toc-docbook \
doc/tools/toc-gsdoc \
doc/tools/toc-python \
doc/tools/toc-texi \
languages/perl/app_templates/perlhello/app.pl \
languages/perl/file_templates/pl
EVAL_PREFIX+= \
QT3DIR=qt3 \
KDELIBDIR=kdelibs
CONFIGURE_ARGS+= \
--with-qtdoc-dir=${QT3DIR}/qt3/doc/html \
--with-kdelibsdoxy-dir=${KDELIBDIR}/share/doc/kde/HTML/en/kdelibs-apidocs
CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4
.include "../../databases/db4/buildlink2.mk"
.include "../../devel/kdesdk3/buildlink2.mk"
.include "../../meta-pkgs/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"