18de48bb7d
Changes: * VPL: don't lose the comment text from inside a comment * make removal of top folders added with "New Top Folder" possible * never crash when invoking the CSS editor on an empty document * don't crash when invoking the CSS editor after a <style> without the closing </style> * other CSS editor invocation fixes * don't change the tab name if saving under a new name failed * use the correct quotation and case when inserting a link to a file from the treeviews * fix preview when preview prefix is used * remove the < and > from the misc. tag * don't crash when parsing an included file * don't break the opening tag when some new tag is pasted inside an existing one * don't insert the closing tag for a Tag action if it is not requested to do so * performance improvement: parse the included files less often
19 lines
504 B
Makefile
19 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.18 2004/04/20 12:53:28 markd Exp $
|
|
|
|
DISTNAME= quanta-${_KDE_VERSION}
|
|
CATEGORIES= www
|
|
COMMENT= HTML editor suitable for experienced web developers
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_PERL5= build
|
|
|
|
REPLACE_PERL= quanta/data/scripts/TemplateMagic.pl \
|
|
quanta/data/scripts/dwt.pl
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|