forked from Lainports/freebsd-ports
- Raise required NSS version [1] Changes: https://www.mozilla.org/firefox/44.0/releasenotes/ PR: 206637 Reported by: Toomas Aas <toomas.aas@suhtlus.ee> [1] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Security: 4f00dac0-1e18-4481-95af-7aaad63fd303 MFH: 2016Q1
22 lines
591 B
Makefile
22 lines
591 B
Makefile
# Created by: voisine
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= firefox
|
|
DISTVERSION= 44.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www ipv6
|
|
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
|
|
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US
|
|
|
|
MAINTAINER= gecko@FreeBSD.org
|
|
COMMENT= Web browser based on the browser portion of Mozilla
|
|
|
|
USES= tar:bzip2
|
|
|
|
WANT_GTK218= yes
|
|
|
|
PREFS_FILE= ${WRKSRC}/${APP_SUBDIR}defaults/preferences/browser-prefs.js
|
|
APP_SUBDIR= browser/ # plugins, extensions
|
|
|
|
.include "${.CURDIR}/../linux-seamonkey/Makefile.common"
|
|
.include <bsd.port.mk>
|