pkgsrc/www/mozilla-bin-nightly/Makefile.NetBSD.i386
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

16 lines
522 B
Text

# $NetBSD: Makefile.NetBSD.i386,v 1.7 2005/12/05 20:51:13 rillig Exp $
BUILD_DEFS+= MOZILLA_USE_LINUX
.if defined(MOZILLA_USE_LINUX)
DISTNAME= mozilla-i686-pc-linux-gnu
MOZ_PLATFORM= linux
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= mozilla-i386-unknown-netbsdelf1.6
EXTRACT_SUFX= .tar.bz2
MOZ_PLATFORM= netbsd
ONLY_FOR_PLATFORM+= NetBSD-1.6*-i386 NetBSD-2*-i386
.endif