From 731345829331b2c860260b2cc54ebe9363fed3cc Mon Sep 17 00:00:00 2001 From: salo Date: Sun, 24 Sep 2006 16:40:50 +0000 Subject: Initial import of seamonkey-bin-nightly. The SeaMonkey project is a community effort to deliver production-quality releases of code derived from the application formerly known as "Mozilla Application Suite". Whereas the main focus of the Mozilla Foundation is on Mozilla Firefox and Mozilla Thunderbird, our group of dedicated volunteers works to ensure that you can have "everything but the kitchen sink" (a web browser, mail client, HTML composer, address book, IRC client and calendar), and have it stable enough for corporate use. This packages provides the necessary infrastructure for downloading nightly builds of various Mozilla products (seamonkey, thunderbird, firefox). --- www/seamonkey-bin-nightly/Makefile.NetBSD.i386 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 www/seamonkey-bin-nightly/Makefile.NetBSD.i386 (limited to 'www/seamonkey-bin-nightly/Makefile.NetBSD.i386') diff --git a/www/seamonkey-bin-nightly/Makefile.NetBSD.i386 b/www/seamonkey-bin-nightly/Makefile.NetBSD.i386 new file mode 100644 index 00000000000..253e633e07d --- /dev/null +++ b/www/seamonkey-bin-nightly/Makefile.NetBSD.i386 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2006/09/24 16:40:50 salo Exp $ + +BUILD_DEFS+= MOZILLA_USE_LINUX + +.if defined(MOZILLA_USE_LINUX) +DISTNAME= ${MOZILLA}-1.5a.en-US.${MOZ_PLATFORM}-i686 +EXTRACT_SUFX= .tar.bz2 +MOZ_PLATFORM= linux +MOZ_GTK2= yes +ONLY_FOR_PLATFORM+= NetBSD-*-i386 +.else +PKG_SKIP_REASON+= "No native pre-built NetBSD binary available." +PKG_SKIP_REASON+= "Set MOZILLA_USE_LINUX if you want to use the Linux binary." +DISTNAME= +EXTRACT_SUFX= .tar.bz2 +MOZ_PLATFORM= netbsd +ONLY_FOR_PLATFORM+= NetBSD-1.6*-i386 NetBSD-2*-i386 +.endif -- cgit v1.2.3