head	1.7;
access;
symbols
	pkgsrc-2013Q2:1.7.0.52
	pkgsrc-2013Q2-base:1.7
	pkgsrc-2012Q4:1.7.0.50
	pkgsrc-2012Q4-base:1.7
	pkgsrc-2011Q4:1.7.0.48
	pkgsrc-2011Q4-base:1.7
	pkgsrc-2011Q2:1.7.0.46
	pkgsrc-2011Q2-base:1.7
	pkgsrc-2009Q4:1.7.0.44
	pkgsrc-2009Q4-base:1.7
	pkgsrc-2008Q4:1.7.0.42
	pkgsrc-2008Q4-base:1.7
	pkgsrc-2008Q3:1.7.0.40
	pkgsrc-2008Q3-base:1.7
	cube-native-xorg:1.7.0.38
	cube-native-xorg-base:1.7
	pkgsrc-2008Q2:1.7.0.36
	pkgsrc-2008Q2-base:1.7
	pkgsrc-2008Q1:1.7.0.34
	pkgsrc-2008Q1-base:1.7
	pkgsrc-2007Q4:1.7.0.32
	pkgsrc-2007Q4-base:1.7
	pkgsrc-2007Q3:1.7.0.30
	pkgsrc-2007Q3-base:1.7
	pkgsrc-2007Q2:1.7.0.28
	pkgsrc-2007Q2-base:1.7
	pkgsrc-2007Q1:1.7.0.26
	pkgsrc-2007Q1-base:1.7
	pkgsrc-2006Q4:1.7.0.24
	pkgsrc-2006Q4-base:1.7
	pkgsrc-2006Q3:1.7.0.22
	pkgsrc-2006Q3-base:1.7
	pkgsrc-2006Q2:1.7.0.20
	pkgsrc-2006Q2-base:1.7
	pkgsrc-2006Q1:1.7.0.18
	pkgsrc-2006Q1-base:1.7
	pkgsrc-2005Q4:1.7.0.16
	pkgsrc-2005Q4-base:1.7
	pkgsrc-2005Q3:1.7.0.14
	pkgsrc-2005Q3-base:1.7
	pkgsrc-2005Q2:1.7.0.12
	pkgsrc-2005Q2-base:1.7
	pkgsrc-2005Q1:1.7.0.10
	pkgsrc-2005Q1-base:1.7
	pkgsrc-2004Q4:1.7.0.8
	pkgsrc-2004Q4-base:1.7
	pkgsrc-2004Q3:1.7.0.6
	pkgsrc-2004Q3-base:1.7
	pkgsrc-2004Q2:1.7.0.4
	pkgsrc-2004Q2-base:1.7
	pkgsrc-2004Q1:1.7.0.2
	pkgsrc-2004Q1-base:1.7
	pkgsrc-2003Q4:1.2.0.2
	pkgsrc-2003Q4-base:1.2;
locks; strict;
comment	@# @;


1.7
date	2004.03.11.08.44.03;	author grant;	state dead;
branches;
next	1.6;

1.6
date	2004.01.04.05.01.03;	author grant;	state Exp;
branches;
next	1.5;

1.5
date	2003.12.17.21.43.29;	author grant;	state Exp;
branches;
next	1.4;

1.4
date	2003.12.17.03.03.26;	author grant;	state Exp;
branches;
next	1.3;

1.3
date	2003.12.17.02.57.10;	author grant;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.19.08.35.09;	author grant;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.27.14.13.08;	author grant;	state Exp;
branches;
next	;


desc
@@


1.7
log
@remove MozillaFirebird-bin-nightly, it has been replaced by
firefox-bin-nightly.
@
text
@# $NetBSD: Makefile.NetBSD.i386,v 1.6 2004/01/04 05:01:03 grant Exp $

.if defined(MOZILLA_USE_LINUX)
DISTNAME=	MozillaFirebird-i686-pc-linux-gnu
MOZ_PLATFORM=	linux
ONLY_FOR_PLATFORM+=	NetBSD-*-i386
.else
DISTNAME=	MozillaFirebird-i386-unknown-netbsdelf1.6
EXTRACT_SUFX=	.tar.bz2
MOZ_PLATFORM=	netbsd
ONLY_FOR_PLATFORM+=	NetBSD-1.6*-i386 NetBSD-2*-i386
.endif
@


1.6
log
@factor out the common bits of the various mozilla binary packages into
mozilla-bin/Makefile.common and mozilla-bin-nightly/Makefile.common.

the result is much less duplication and more consistent installations.
tested on NetBSD-current only (for now).
@
text
@d1 1
a1 1
# $NetBSD: Makefile.NetBSD.i386,v 1.5 2003/12/17 21:43:29 grant Exp $
@


1.5
log
@latest build has ORBit statically linked, so drop the dependency on
it.
@
text
@d1 1
a1 2
# $NetBSD: Makefile.NetBSD.i386,v 1.4 2003/12/17 03:03:26 grant Exp $
#
d5 2
a6 8
MASTER_SITES=	http://ftp.mozilla.org/pub/firebird/nightly/latest-trunk/

PLATFORM=	linux

DEPENDS+=	suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
DEPENDS+=	suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
DEPENDS+=	suse_gtk>=7.3:../../emulators/${SUSE_DIR_PREFIX}_gtk
.  include "../../emulators/suse_linux/Makefile.application"
a8 1
MASTER_SITES=	http://ftp.mozilla.org/pub/firebird/nightly/contrib/latest-trunk/
d10 1
a10 1

a11 9

PLATFORM=	netbsd

DEPENDS+=	gtk+>=1.2.10nb5:../../x11/gtk

.  if !exists(/usr/lib/libstdc++.so.4)
DEPENDS+=	compat16>=1.6.0:../../emulators/compat16
_COMPAT16_LIBSTDCXX=	YES
.  endif
a12 2

MOZILLA_LIB=	${PREFIX}/lib/MozillaFirebird-${PLATFORM}
@


1.4
log
@add EXTRACT_SUFX, as distfile is a .tar.bz2.
@
text
@d1 1
a1 1
# $NetBSD: Makefile.NetBSD.i386,v 1.3 2003/12/17 02:57:10 grant Exp $
a22 1
DEPENDS+=	ORBit>=0.5.15nb5:../../net/ORBit
@


1.3
log
@add native NetBSD build, used by default (instead of Linux builds)
where possible.

to force using the Linux builds, define MOZILLA_USE_LINUX.
@
text
@d1 1
a1 1
# $NetBSD: Makefile.NetBSD.i386,v 1.2 2003/10/19 08:35:09 grant Exp $
d17 1
@


1.2
log
@fix installation on Linux:

- s/LOCALBASE/PREFIX/
- s/X11BASE/X11PREFIX/
- install symlink for libgmodule
- depend on gtk
@
text
@d1 1
a1 1
# $NetBSD: Makefile.NetBSD.i386,v 1.1 2003/09/27 14:13:08 grant Exp $
d4 1
a8 1
MOZILLA_LIB=	${PREFIX}/lib/MozillaFirebird-${PLATFORM}
d13 8
d22 10
a31 1
.include "../../emulators/suse_linux/Makefile.application"
@


1.1
log
@rename phoenix-bin-* to MozillaFirebird-bin-*.
@
text
@d1 1
a1 1
# $NetBSD: Makefile.NetBSD.i386,v 1.2 2003/04/14 21:28:10 grant Exp $
d4 6
a12 2

.include "Makefile.Linux.i386"
@

