Add new enigmail slave port for Thunderbird 10 ESR.

This commit is contained in:
Alex Dupre 2012-04-28 06:08:28 +00:00
parent c70cf4ec3b
commit 52b176253c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295634
2 changed files with 25 additions and 0 deletions

View File

@ -116,6 +116,7 @@
SUBDIR += enigmail
SUBDIR += enigmail-seamonkey
SUBDIR += enigmail-thunderbird
SUBDIR += enigmail-thunderbird-esr
SUBDIR += enigmail-thunderbird3
SUBDIR += enma
SUBDIR += eps

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: enigmail
# Date created: 19 April 2012
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTVERSION= 1.4
PKGNAMEPREFIX= ${GECKO}-esr-
COMMENT= A GnuPG extension for the Thunderbird mail client
EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip \
yasm:${PORTSDIR}/devel/yasm
MASTERDIR= ${.CURDIR}/../enigmail
GECKO= thunderbird
GECKO_PORTDIR= mail/${GECKO}-esr
GECKO_EXTDIR= comm-esr10
PORTSCOUT= ignore:1
.include "${MASTERDIR}/Makefile"