pkgsrc/devel/kdevelop-base/Makefile
markd bdb3d32884 bl3ify and update to kdevelop3.0.3
Changes:
* Fixed: A case where selected items that disappeared due to filesystem
  events could crash the FileTree.
* Fixed: Several language parsers were updated to use QRegExp instead of
  the deprecated KRegExp.
* Fixed: 74570: Custom makefiles project doesn't support "GNUmakefile"
  file name (Don't try to outguess make.)
* Fixed: 75172: Changing projects with unsaved work (Don't set recent
  project marker when user cancels project change.)
* Fixed: 75943: Crash during directory scan (Don't crash when we don't have
  permission to read a directory.)
* Fixed: 77278: Grep component fails to search with spaces in path
* Fixed: 78776: Crash in CustomProjectPart::populateProject populating new
  project
2004-04-20 14:15:41 +00:00

55 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.31 2004/04/20 14:15:41 markd Exp $
DISTNAME= kdevelop-3.0.3
PKGNAME= kdevelop-base-3.0.3
CATEGORIES= devel kde
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_BUILDLINK3= 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= run
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 "../../meta-pkgs/kde3/kde3.mk"
.include "../../databases/db4/buildlink3.mk"
.include "../../devel/kdesdk3/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"