aboutsummaryrefslogtreecommitdiff
path: root/www/nvu/Makefile
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2009-09-09 23:09:50 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2009-09-09 23:09:50 +0000
commit98d20ba8a3391d833905adccf6c05ea772ba8048 (patch)
tree427e3eddc2b4216069c4471339ddf8fce1caaa36 /www/nvu/Makefile
parentb82f84e29aba5358238bc34a186e7935497b5d12 (diff)
downloadports-98d20ba8a3391d833905adccf6c05ea772ba8048.tar.gz
ports-98d20ba8a3391d833905adccf6c05ea772ba8048.zip
- Remove www/nvu because it's abandoned upstream since June 2005, marked
deprecated since Oct 2007 and does not build since recent NSS update. Please use www/kompozer instead. Discussed with: miwi With hat: gecko
Notes
Notes: svn path=/head/; revision=241137
Diffstat (limited to 'www/nvu/Makefile')
-rw-r--r--www/nvu/Makefile58
1 files changed, 0 insertions, 58 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile
deleted file mode 100644
index b3f8c05b29d6..000000000000
--- a/www/nvu/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# New ports collection makefile for: nvu
-# Date created: August 21, 2004
-# Whom: Thierry Thomas <thierry@pompo.net>
-#
-# $FreeBSD$
-# $MCom: ports/www/nvu/Makefile,v 1.5 2006/07/18 15:07:36 ahze Exp $
-#
-
-PORTNAME= nvu
-DISTVERSION= 1.0
-PORTREVISION= 8
-CATEGORIES= www
-MASTER_SITES= http://cvs.nvu.com/download/
-DISTNAME= ${PORTNAME}-${DISTVERSION}-sources
-
-MAINTAINER= gecko@FreeBSD.org
-COMMENT= A complete Web Authoring System similar to Dreamweaver or Frontpage
-
-DEPRECATED= NVU 1.0, released June 2005, is the last official release of NVU. \
- Kompozer has picked up where NVU has left off. Please consider using \
- ${PORTSDIR}/www/kompozer instead
-
-USE_BZIP2= yes
-WANT_GNOME= yes
-WANT_PERL= yes
-USE_GMAKE= yes
-NVU= ${PORTNAME}-${DISTVERSION}
-MAKEFILE= client.mk
-ALL_TARGET= build_all
-MOZ_EXTENSIONS= wallet,xml-rpc,xmlextras,pref,universalchardet,editor/cascades,spellcheck
-PORT_MOZCONFIG= ${WRKSRC}/composer/config/mozconfig.linux
-CFLAGS+= -I${LOCALBASE}/include
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/mozilla/Makefile.common"
-
-.if ${ARCH} == "ia64"
-BROKEN= does not build
-.endif
-
-.if ${ARCH}=="amd64"
-.if ${OSVERSION} >= 700042
-BROKEN= does not build
-.endif
-.endif
-
-.if ${ARCH}=="sparc64"
-.if ${OSVERSION} < 601101 || ${OSVERSION} >= 700042
-IGNORE= does not build
-.endif
-.endif
-
-post-patch:
- @${RM} -f ${WRKSRC}/config.status ${WRKSRC}/config.cache
- @${ECHO_CMD} "LDFLAGS += -L${LOCALBASE}/lib" >> ${WRKSRC}/toolkit/components/Makefile.in
- @${ECHO_CMD} "LDFLAGS += -L${LOCALBASE}/lib" >> ${WRKSRC}/toolkit/components/gnome/Makefile.in
-
-.include <bsd.port.post.mk>