cbca8c3691
- Update NSS and ca_root_nss to 3.18 - Update Firefox to 36.0.4 - Update Firefox ESR and libxul to 31.5.3 - Update SeaMonkey to 2.33.1 - Update Enigmail to 1.8 Changes: https://github.com/cisco/openh264/releases/tag/v1.4.0 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.18_release_notes Changes: https://www.mozilla.org/firefox/36.0.4/releasenotes/ Changes: https://www.mozilla.org/firefox/31.5.3/releasenotes/ Changes: http://www.seamonkey-project.org/releases/seamonkey2.33/ Changes: https://www.enigmail.net/download/changelog.php#enig1.8 MFH: 2015Q1 X-MFH-With: r380090 Security: https://vuxml.freebsd.org/freebsd/76ff65f4-17ca-4d3f-864a-a3d6026194fb.html
21 lines
508 B
Makefile
21 lines
508 B
Makefile
# Created by: voisine
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= firefox
|
|
DISTVERSION= 36.0.4
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www ipv6
|
|
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/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>
|