aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2012-04-28 14:08:28 +0800
committerale <ale@FreeBSD.org>2012-04-28 14:08:28 +0800
commitc9b3286c3123c588884b02aed707045dfb57cfb7 (patch)
tree7f2faa9c0108e978b104e2cd986fa06a5a75675f /mail
parent138595782e97b5020c320c92beaed1272c7dbc1d (diff)
downloadfreebsd-ports-gnome-c9b3286c3123c588884b02aed707045dfb57cfb7.tar.gz
freebsd-ports-gnome-c9b3286c3123c588884b02aed707045dfb57cfb7.tar.zst
freebsd-ports-gnome-c9b3286c3123c588884b02aed707045dfb57cfb7.zip
Add new enigmail slave port for Thunderbird 10 ESR.
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/enigmail-thunderbird-esr/Makefile24
2 files changed, 25 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 531a16292c59..1dab8324041b 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -116,6 +116,7 @@
SUBDIR += enigmail
SUBDIR += enigmail-seamonkey
SUBDIR += enigmail-thunderbird
+ SUBDIR += enigmail-thunderbird-esr
SUBDIR += enigmail-thunderbird3
SUBDIR += enma
SUBDIR += eps
diff --git a/mail/enigmail-thunderbird-esr/Makefile b/mail/enigmail-thunderbird-esr/Makefile
new file mode 100644
index 000000000000..89434f458ca6
--- /dev/null
+++ b/mail/enigmail-thunderbird-esr/Makefile
@@ -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"