84380367db
- Update ENIGMAIL to 1.9.2 [1] Changes: https://www.mozilla.org/thunderbird/45.1.0/releasenotes/ Changes: https://www.enigmail.net/index.php/en/download/changelog [1] PR: 209155 [1] Submitted by: mi [1] Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f MFH: 2016Q2
18 lines
536 B
Makefile
18 lines
536 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= thunderbird
|
|
DISTVERSION= 45.1.0
|
|
CATEGORIES= mail news net-im ipv6
|
|
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
|
|
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US
|
|
|
|
MAINTAINER= gecko@FreeBSD.org
|
|
COMMENT= Mozilla Thunderbird is standalone mail and news that stands above
|
|
|
|
USES= tar:bzip2
|
|
|
|
WANT_GTK218= yes
|
|
|
|
.include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common"
|
|
.include <bsd.port.mk>
|