summaryrefslogtreecommitdiff
path: root/www/nvu/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-21 21:54:12 +0000
committerrillig <rillig@pkgsrc.org>2006-10-21 21:54:12 +0000
commit6a7635d0d0e4581307f7d22b322c4de6d955aae4 (patch)
tree835a8bce6e6bf28d724e4d49498302be00bb5c57 /www/nvu/Makefile
parent4079aa9efa0d4373dacd20dec4825c153aa9ac8c (diff)
downloadpkgsrc-6a7635d0d0e4581307f7d22b322c4de6d955aae4.tar.gz
Imported nvu.
Nvu is a complete Web Authoring System to rival programs like FrontPage and Dreamweaver. Nvu (which stands for "new view") makes managing a web site a snap. Now anyone can create web pages and manage a website with no technical expertise or knowledge of HTML. * WYSIWYG editing of pages, making web creation as easy as typing a letter with your word processor. * Integrated file management via FTP. Simply login to your web site and navigate through your files, editing web pages on the fly, directly from your site. * Reliable HTML code creation that will work with all of today's most popular browsers. * Jump between WYSIWYG Editing Mode and HTML using tabs. * Tabbed editing to make working on multiple pages a snap. * Powerful support for forms, tables, and templates.
Diffstat (limited to 'www/nvu/Makefile')
-rw-r--r--www/nvu/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile
new file mode 100644
index 00000000000..14070e9ac7d
--- /dev/null
+++ b/www/nvu/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/21 21:54:12 rillig Exp $
+#
+
+DISTNAME= nvu-1.0-sources
+PKGNAME= nvu-1.0
+CATEGORIES= www
+MASTER_SITES= http://cvs.nvu.com/download/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rillig@NetBSD.org
+HOMEPAGE= http://www.nvu.com/
+COMMENT= Web Authoring System
+
+BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip
+
+WRKSRC= ${WRKDIR}/mozilla
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake perl pkg-config unzip
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= build/unix/mozilla-gtkmozembed.pc.in
+PKGCONFIG_OVERRIDE+= build/unix/mozilla-js.pc.in
+PKGCONFIG_OVERRIDE+= build/unix/mozilla-nspr.pc.in
+PKGCONFIG_OVERRIDE+= build/unix/mozilla-nss.pc.in
+PKGCONFIG_OVERRIDE+= build/unix/mozilla-plugin.pc.in
+PKGCONFIG_OVERRIDE+= build/unix/mozilla-xpcom.pc.in
+
+CPPFLAGS+= -I${BUILDLINK_PREFIX.libIDL}/include/libIDL-2.0
+BUILDLINK_TRANSFORM+= l:IDL:IDL-2
+
+.include "../../net/libIDL/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"