3f6968b710
Changes: * resolve symlinks before opening a file [#60860 ] * don't insert the "<meta http-equiv="Content-Type" content="text/html; charset=..." line when using the Quick Start dialog [#61500 ] * fix CTRL-C behavior [#62624] * fix message window handling * fix script action error output handling * honour the "Do not load the modified version from disk." setting in the dirty file dialog
21 lines
536 B
Makefile
21 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/09/17 23:24:27 markd Exp $
|
|
|
|
DISTNAME= quanta-3.1.4
|
|
CATEGORIES= www
|
|
COMMENT= HTML editor suitable for experienced web developers
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_BUILDLINK2= YES
|
|
|
|
USE_PERL5= build
|
|
USE_GMAKE= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../meta-pkgs/kde3/buildlink2.mk"
|
|
.include "../../x11/kdebase3/buildlink2.mk"
|
|
.include "../../x11/qt3-tools/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|