1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/kompozer/Makefile

46 lines
1.2 KiB
Makefile
Raw Normal View History

# 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= 5
CATEGORIES= www
2005-03-11 19:00:54 +00:00
MASTER_SITES= http://cvs.nvu.com/download/
2005-04-15 02:49:41 +00:00
DISTNAME= ${PORTNAME}-${DISTVERSION}-sources
MAINTAINER= gnome@FreeBSD.org
COMMENT= A complete Web Authoring System similar to Dreamweaver or Frontpage
USE_BZIP2= yes
2005-11-29 21:14:01 +00:00
WANT_GNOME= yes
USE_GMAKE= yes
2005-04-15 02:49:41 +00:00
NVU= ${PORTNAME}-${DISTVERSION}
MAKEFILE= client.mk
ALL_TARGET= build_all
MOZ_EXTENSIONS= wallet,xml-rpc,xmlextras,pref,universalchardet,editor/cascades,spellcheck
2005-11-29 21:14:01 +00:00
PORT_MOZCONFIG= ${WRKSRC}/composer/config/mozconfig.linux
2005-12-08 23:58:02 +00:00
CFLAGS+= -I${X11BASE}/include
2005-04-15 02:49:41 +00:00
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozilla/Makefile.common"
.if ${ARCH} == "ia64"
2006-03-25 22:30:24 +00:00
BROKEN= does not build
.endif
.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101
IGNORE= does not build
.endif
post-patch:
@${RM} -f ${WRKSRC}/config.status ${WRKSRC}/config.cache
2005-11-29 21:14:01 +00:00
@${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>