forked from Lainports/freebsd-ports
- Update seamonkey to 2.14 - Update ESR ports and libxul to 10.0.11 - support more h264 codecs when using GSTREAMER with YouTube - Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1] - Buildsystem is not python 3 aware, use python up to 2.7 [2] PR: ports/173679 [1] Submitted by: swills [1], demon [2] In collaboration with: Jan Beich <jbeich@tormail.org> Security: d23119df-335d-11e2-b64c-c8600054b392 Approved by: portmgr (beat) Feature safe: yes
20 lines
483 B
Makefile
20 lines
483 B
Makefile
# Created by: voisine
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= firefox
|
|
PORTVERSION= 10.0.11
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www
|
|
MASTER_SITE_SUBDIR?= firefox/releases/${PORTVERSION}esr/linux-i686/en-US
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}esr
|
|
|
|
MAINTAINER= gecko@FreeBSD.org
|
|
COMMENT= Web browser based on the browser portion of Mozilla
|
|
|
|
USE_LDCONFIG= yes
|
|
USE_BZIP2= yes
|
|
|
|
USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss
|
|
|
|
.include "${.CURDIR}/../linux-seamonkey/Makefile.common"
|
|
.include <bsd.port.mk>
|