# New ports collection makefile for: nvu # Date created: August 21, 2004 # Whom: Thierry Thomas # # $FreeBSD$ # $MCom: ports/www/nvu/Makefile,v 1.5 2006/07/18 15:07:36 ahze Exp $ # PORTNAME= kompozer DISTVERSION= 0.7.10 PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF DISTNAME= ${PORTNAME}-${DISTVERSION}dfsg-src MAINTAINER= gecko@FreeBSD.org COMMENT= Complete Web Authoring Suite WANT_GNOME= yes WANT_PERL= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/mozilla MAKEFILE= client.mk ALL_TARGET= build_all MOZ_EXTENSIONS= wallet,xml-rpc,xmlextras,pref,universalchardet,spellcheck PORT_MOZCONFIG= ${WRKSRC}/composer/config/mozconfig.linux BROKEN= KompoZer 0.7.10 is not compatible with GTK 2.14 and higher, hence the crashes. DESKTOP_ENTRIES="Kompozer" "${COMMENT}" \ "${PREFIX}/lib/kompozer/icons/mozicon50.xpm" "${PORTNAME}" \ "Application;Network;" true NOT_FOR_ARCHS= ia64 sparc64 NOT_FOR_ARCHS_REASON_ia64= does not build NOT_FOR_ARCHS_REASON_sparc64= crashes in font selection .include .include "${PORTSDIR}/www/mozilla/Makefile.common" 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