fc9eea7212
- update firefox-esr, thunderbird-esr and libxul to 10.0.12 - update linux-seamonkey to 2.15 Security: http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html
20 lines
482 B
Makefile
20 lines
482 B
Makefile
# Created by: voisine
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= firefox
|
|
PORTVERSION= 17.0.2
|
|
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>
|