freebsd-ports/mail/linux-thunderbird/Makefile
Christoph Moench-Tegeder 482d6f9a88 deprecate mail/linux-thunderbird
This port provides little (if any) advantage over the native
mail/thunderbird, and newer versions are introducing more
(and possibly undesirable) dependencies.

PR:		218712
Approved by:	jbeich (maintainer)
2017-04-18 08:01:42 +00:00

20 lines
627 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= thunderbird
DISTVERSION= 45.8.0
PORTREVISION= 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
DEPRECATED= Use the native thunderbird mail/thunderbird instead
EXPIRATION_DATE= 2017-05-31
.include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common"
.include <bsd.port.mk>