freebsd-ports/mail/linux-thunderbird/Makefile
Florian Smeets 4de7f161a4 Fix fetch
Reported by:	miwi
2013-06-03 23:26:46 +00:00

18 lines
519 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= thunderbird
PORTVERSION= 17.0.6
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>