mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
d24ed7a7b6
- update firefox-esr, thunderbird and libxul to 17.0.7 - update nspr to 4.10 - OSS support was removed upstream, only ALSA and PulseAudio are supported from now on. Security: b3fcb387-de4b-11e2-b1c6-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
19 lines
519 B
Makefile
19 lines
519 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= thunderbird
|
|
PORTVERSION= 17.0.7
|
|
CATEGORIES= mail
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}esr
|
|
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${PORTVERSION}esr/linux-i686/en-US
|
|
|
|
MAINTAINER= gecko@FreeBSD.org
|
|
COMMENT= Mozilla Thunderbird is standalone mail and news that stands above
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss
|
|
|
|
.include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common"
|
|
.include <bsd.port.mk>
|