pkgsrc/devel/kdesdk3/Makefile
markd 04ccacd8ee Update to KDE 3.5.8
Cervisia
* Fix invalid date warnings when browsing CVS.
Umbrello
* Code generator for D language.
* Fix import of Rose MDL files containing ISO-8859 Latin1 characters.
* Preprocessor keywords ignored which causes endless loop in code import.
* Cannot move text and label correctly after enabling snap to grid.
* Unstable saves and loads, class names become dirty.
* Crash on deleting class in list view.
* Class attribute documentation not generated for python.
* Python code generator does not wrap lines properly.
* Attribute documentation not generated for 'Export to XHTML'.
* Crash when moving a class in a Java UML diagram.
* Umbrello gratuitously appends ".xmi" to the saved file name.
* Arrowheads are not shown.
* Crash when creating a class that refers to more than one other
  classes/datatypes.
* Wrong Pascal code generation.
* Crash when linking to undefined xmi.id.
* End Activity Symbol gets invalid when line thickness is increased.
* The size of a fork/join is not restored.
* Crash when changing the association type to containment.
* Moving component results in absurd shape of a self-association.
* Crash when changing the attribute name.
2007-10-20 10:50:37 +00:00

81 lines
2.2 KiB
Makefile

# $NetBSD: Makefile,v 1.58 2007/10/20 10:50:37 markd Exp $
DISTNAME= kdesdk-${_KDE_VERSION}
CATEGORIES= devel
COMMENT= Support applications and tools used by KDE developers
CONFLICTS+= cervisia-[0-9]*
CONFLICTS+= umbrello-[0-9]*
.include "../../meta-pkgs/kde3/Makefile.kde3"
USE_TOOLS+= lex perl:run
REPLACE_PERL+= cervisia/change_colors.pl \
cervisia/move_repositories.pl \
cervisia/cervisia-change_repos_list.pl \
cervisia/cervisia-normalize_cvsroot.pl \
kapptemplate/admin/am_edit \
kapptemplate/admin/bcheck.pl \
kapptemplate/admin/debianrules \
kapptemplate/admin/nmcheck \
kcachegrind/converters/dprof2calltree \
kcachegrind/converters/memprof2calltree \
kcachegrind/converters/op2calltree \
scripts/authors2xml.pl \
scripts/check_licenses \
scripts/colorcvs \
scripts/cvs-clean \
scripts/cvsblame \
scripts/cvscheck \
scripts/cvslastchange \
scripts/cvslastreferenced \
scripts/cxxmetric \
scripts/extend_dmalloc \
scripts/extractattr \
scripts/extractrc \
scripts/fixheaders \
scripts/fixkdeincludes \
scripts/fixuifiles \
scripts/includemocs \
scripts/kde-spellcheck.pl \
scripts/kdemangen.pl \
scripts/kdesvn-build \
scripts/licensecheck \
scripts/noncvslist \
scripts/png2mng.pl \
scripts/rc2kcfgxt.pl \
kunittest/kunittest_debughelper
REPLACE_INTERPRETER+= bash
REPLACE.bash.old= /bin/bash
REPLACE.bash.new= ${SH}
REPLACE_FILES.bash= scripts/cvs2dist scripts/makeobj \
scripts/package_crystalsvg \
kunittest/kunittest \
kunittest/kunittestmod
.include "../../mk/bsd.prefs.mk"
PLIST_SRC= # empty
.if ${OPSYS} == "Linux"
PLIST_SRC+= ${PKGDIR}/PLIST.kmtrace
.endif
PLIST_SRC+= ${PKGDIR}/PLIST
.include "options.mk"
# Makefile{,.am,.in} weren't supposed to be installed so clean up
post-install:
${RM} ${KDEDIR}/share/kde/apps/kapptemplate/admin/Makefile
${RM} ${KDEDIR}/share/kde/apps/kapptemplate/admin/Makefile.am
${RM} ${KDEDIR}/share/kde/apps/kapptemplate/admin/Makefile.in
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../databases/db4/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"