2004-10-16 16:07:37 +00:00
|
|
|
# New ports collection makefile for: nvu
|
|
|
|
# Date created: August 21, 2004
|
|
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 08:54:54 +00:00
|
|
|
# $MCom: ports/www/nvu/Makefile,v 1.5 2006/07/18 15:07:36 ahze Exp $
|
2007-01-18 22:37:11 +00:00
|
|
|
#
|
2004-10-16 16:07:37 +00:00
|
|
|
|
|
|
|
PORTNAME= nvu
|
2005-06-29 07:31:38 +00:00
|
|
|
DISTVERSION= 1.0
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 5
|
2004-10-16 16:07:37 +00:00
|
|
|
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
|
2004-10-16 16:07:37 +00:00
|
|
|
|
2006-07-06 01:35:07 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2004-10-16 20:37:34 +00:00
|
|
|
COMMENT= A complete Web Authoring System similar to Dreamweaver or Frontpage
|
2004-10-16 16:07:37 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2005-11-29 21:14:01 +00:00
|
|
|
WANT_GNOME= yes
|
2004-10-16 16:07:37 +00:00
|
|
|
USE_GMAKE= yes
|
2005-04-15 02:49:41 +00:00
|
|
|
NVU= ${PORTNAME}-${DISTVERSION}
|
2004-10-16 16:07:37 +00:00
|
|
|
MAKEFILE= client.mk
|
|
|
|
ALL_TARGET= build_all
|
2006-11-19 21:51:19 +00:00
|
|
|
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
|
|
|
|
2004-10-16 20:37:34 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2006-10-14 08:54:54 +00:00
|
|
|
.include "${PORTSDIR}/www/mozilla/Makefile.common"
|
2004-10-16 20:37:34 +00:00
|
|
|
|
2006-07-05 22:12:13 +00:00
|
|
|
.if ${ARCH} == "ia64"
|
2006-03-25 22:30:24 +00:00
|
|
|
BROKEN= does not build
|
2006-03-25 22:14:44 +00:00
|
|
|
.endif
|
|
|
|
|
2006-07-05 22:12:13 +00:00
|
|
|
.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101
|
|
|
|
IGNORE= does not build
|
|
|
|
.endif
|
|
|
|
|
2004-10-16 20:37:34 +00:00
|
|
|
post-patch:
|
2004-12-03 03:30:58 +00:00
|
|
|
@${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
|
2005-01-10 07:24:49 +00:00
|
|
|
|
2004-10-16 20:37:34 +00:00
|
|
|
.include <bsd.port.post.mk>
|