300c9f0c4c
Changes: Quanta Plus * fix crash when deleting a file which is part of a project from the tab context menu * do not autoclose tag starting with <?, like <?xml * create empty description files for scripts that don't have one * save the content entered in a new file in the VPL editor * do not allow invocation of the CSS editor in an empty non-CSS document * fix many cell-merging related errors in the table editor * fix namespace editing in the attribute editor tree * fix lots of table editor bugs * restore automatic conversion of accented chars behavior to pre-3.4.2 * save the content entered in a new file in the VPL editor * fix loading order of the project view files * replace a leading ~ in an upload profile with the users home folder and avoid a hang * fix lots of VPL related crashes * show DT tags in VPL
16 lines
484 B
Makefile
16 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/10/13 12:44:13 markd Exp $
|
|
|
|
DISTNAME= kdewebdev-${_KDE_VERSION}
|
|
CATEGORIES= www
|
|
COMMENT= HTML editor and tools suitable for experienced web developers
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_TOOLS+= perl
|
|
REPLACE_PERL= quanta/scripts/TemplateMagic.pl \
|
|
quanta/scripts/dwt.pl
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|