Changes: https://www.mozilla.org/firefox/45.8.0/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-esr45/shortlog Security: 96eca031-1313-4daf-9be2-9d6e1c4f1eb5 MFH: 2017Q1
22 lines
619 B
Makefile
22 lines
619 B
Makefile
# Created by: voisine
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= firefox
|
|
DISTVERSION= 45.8.0
|
|
DISTVERSIONSUFFIX=esr
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 2
|
|
CATEGORIES= www ipv6
|
|
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/linux-i686/en-US \
|
|
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/en-US
|
|
|
|
MAINTAINER= gecko@FreeBSD.org
|
|
COMMENT= Web browser based on the browser portion of Mozilla
|
|
|
|
USES= tar:bzip2
|
|
|
|
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>
|