From d435eef862cae0a42e7dd842abf2256acdf79b2a Mon Sep 17 00:00:00 2001 From: ahze Date: Tue, 9 Oct 2007 00:26:21 +0000 Subject: Add kompozer Complete Web Authoring System that combines web file management and easy-to-use WYSIWYG web page editing. Kompozer (formally Nvu) is based on the Firefox codebase and is designed to be extremely easy to use, making it ideal for non-technical computer users who want to create an attractive, professional looking web site without needing to know HTML or web coding. Features: - FTP site manager - A new color picker - Tabs! - CSS editor - A dash of style(s) - Customizable toolbars - Forms - Cleaner markup - Visible marks WWW: http://www.kompozer.net/ Repocopied from: www/nvu Repocopied by: marcus --- www/kompozer/files/patch-config_autoconf.mk.in | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'www/kompozer/files') diff --git a/www/kompozer/files/patch-config_autoconf.mk.in b/www/kompozer/files/patch-config_autoconf.mk.in index 29fe7f8fbde0..8619ca97cfea 100644 --- a/www/kompozer/files/patch-config_autoconf.mk.in +++ b/www/kompozer/files/patch-config_autoconf.mk.in @@ -1,17 +1,18 @@ ---- config/autoconf.mk.in.orig Thu Jul 14 00:50:06 2005 -+++ config/autoconf.mk.in Thu Jul 14 00:50:40 2005 -@@ -50,13 +50,13 @@ +--- config/autoconf.mk.in.orig 2007-08-22 07:20:23.000000000 -0400 ++++ config/autoconf.mk.in 2007-10-08 12:39:06.000000000 -0400 +@@ -32,13 +32,13 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ --includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +-includedir = @includedir@/$(MOZ_APP_NAME) +includedir = @includedir@/%%MOZILLA%% libdir = @libdir@ datadir = @datadir@ mandir = @mandir@ - idldir = @datadir@/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +-idldir = @datadir@/idl/$(MOZ_APP_NAME) ++idldir = @datadir@/idl/%%MOZILLA%% --mozappdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +-mozappdir = $(libdir)/$(MOZ_APP_NAME) +mozappdir = $(libdir)/%%MOZILLA%% mredir = $(libdir)/mre/mre-$(MOZ_APP_VERSION) mrelibdir = $(mredir)/lib -- cgit