pkgsrc/www/firefox-bin/Makefile.NetBSD.i386
grant e8faa53dc7 re-add Firefox 0.8 binary pkg for NetBSD/i386, both the NetBSD native
and Linux versions (define MOZILLA_USE_LINUX to use the Linux version).

both tested on NetBSD-current.
2004-07-15 10:54:19 +00:00

14 lines
393 B
Text

# $NetBSD: Makefile.NetBSD.i386,v 1.5 2004/07/15 10:54:19 grant Exp $
MOZ_VER= 0.8
.if defined(MOZILLA_USE_LINUX)
DISTNAME= ${MOZILLA}-${MOZ_VER}-i686-pc-linux-gnu
MOZ_PLATFORM= linux
ONLY_FOR_PLATFORM+= NetBSD-*-i386
.else
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