pkgsrc/www/firefox-bin/Makefile.NetBSD.i386
jdolecek 45527caff8 Update firefox-bin to firefox 1.0.
Notes:
* NetBSD-native version not available, this can be used only with
  MOZILLA_USE_LINUX
* Linux sets MOZ_GTK2, gtk1-compiled version doesn't appear to be available
* Solaris not tested
2005-01-22 11:36:48 +00:00

15 lines
526 B
Makefile

# $NetBSD: Makefile.NetBSD.i386,v 1.6 2005/01/22 11:36:48 jdolecek Exp $
BUILD_DEFS+= MOZILLA_USE_LINUX
.if defined(MOZILLA_USE_LINUX)
ONLY_FOR_PLATFORM+= NetBSD-*-i386
.include "${.CURDIR}/Makefile.Linux.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= ${MOZILLA}-${MOZ_VER}-i386-unknown-netbsdelf1.6
EXTRACT_SUFX= .tar.bz2
MOZ_PLATFORM= netbsd
ONLY_FOR_PLATFORM+= NetBSD-1.6*-i386 NetBSD-2*-i386
.endif