blob: e1ff8df0058d62acf57821354c207d603293a2ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.4 2008/11/19 22:16:06 tron Exp $
MOZILLA= firefox
MOZ_VER= 3.0.2
MOZ_DISTVER= ${MOZ_VER}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mozilla.com/en-US/firefox/
COMMENT= Lightweight gecko-based web browser (binary package)
DIST_SUBDIR= ${MOZILLA}/releases/${MOZ_DIR}
EMUL_PLATFORMS= linux-i386
#EMUL_PLATFORMS+= solaris-i386 solaris-sparc
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../www/seamonkey-bin/Makefile.common"
|