4638dd096f
Changes: * cervisia: Partly fix Don't execute shell scripts when the user used the edit file action * cervisia: Fix Look harder whether a directory really is under CVS control * configure: Fix Extraneous message in admin/Makefile.common using --prefix * Umbrello: aggregation/composition & inheritance hierachy sometimes * Umbrello: Unable to change the specification of an operation * Umbrello: "New operation" works the wrong way around in collaboration diagrams * Umbrello: SQL code generator generates "circular reference" foreign keys * Umbrello: Drag-n-drop uses associations incorrectly * Umbrello: code generation omits many operations * Umbrello: compilation for Tru64 fixed * Umbrello: fix loading of XMI files * Umbrello: fix backspace handling in documentation window * Umbrello: support for package nesting on CPP import
43 lines
1 KiB
Makefile
43 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.25 2004/04/20 14:08:39 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_BUILDLINK3= YES
|
|
USE_DIRS+= xdg-1.1
|
|
USE_PERL5= run
|
|
|
|
REPLACE_PERL= cervisia/change_colors.pl \
|
|
cervisia/move_repositories.pl \
|
|
scripts/cvs2pack \
|
|
scripts/cvsblame \
|
|
scripts/cvscheck \
|
|
scripts/cvslastchange \
|
|
scripts/cxxmetric \
|
|
scripts/extend_dmalloc \
|
|
scripts/extractrc \
|
|
scripts/fixincludes \
|
|
scripts/includemocs \
|
|
scripts/noncvslist
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
PLIST_SRC= # empty
|
|
.if ${OPSYS} == "Linux"
|
|
PLIST_SRC+= ${PKGDIR}/PLIST.kmtrace
|
|
.endif
|
|
PLIST_SRC+= ${PKGDIR}/PLIST
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
|
|
.include "../../databases/db4/buildlink3.mk"
|
|
.include "../../devel/libtool/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|