Seamonkey is the community-driven continuation of the Mozilla Suite, which is no longer maintained by Mozilla.
11 lines
362 B
Text
11 lines
362 B
Text
# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2006/03/30 19:18:20 ghen Exp $
|
|
|
|
BUILD_DEFS+= MOZILLA_USE_LINUX
|
|
|
|
.if defined(MOZILLA_USE_LINUX)
|
|
ONLY_FOR_PLATFORM+= NetBSD-*-i386
|
|
. include "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."
|
|
.endif
|