1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add thunderbird3 and seamonkey2 enigmail's slave ports.

This commit is contained in:
Alex Dupre 2010-01-11 12:53:04 +00:00
parent dc1d7eccd3
commit 874c69367d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247610
3 changed files with 36 additions and 0 deletions

View File

@ -112,7 +112,9 @@
SUBDIR += emil
SUBDIR += enigmail
SUBDIR += enigmail-seamonkey
SUBDIR += enigmail-seamonkey2
SUBDIR += enigmail-thunderbird
SUBDIR += enigmail-thunderbird3
SUBDIR += enma
SUBDIR += eps
SUBDIR += epstools

View File

@ -0,0 +1,16 @@
# New ports collection makefile for: enigmail
# Date created: 30 December 2009
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
COMMENT= A GnuPG extension for the Seamonkey mail client
MASTERDIR= ${.CURDIR}/../enigmail
GECKO= seamonkey2
GECKO_PORTDIR= www/${GECKO}
GECKO_EXTDIR= comm-1.9.1
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,18 @@
# New ports collection makefile for: enigmail
# Date created: 30 December 2009
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
COMMENT= A GnuPG extension for the Thunderbird mail client
EXTRACT_DEPENDS=autoconf-2.13:${PORTSDIR}/devel/autoconf213
MASTERDIR= ${.CURDIR}/../enigmail
GECKO= thunderbird3
GECKO_PORTDIR= mail/${GECKO}
GECKO_EXTDIR= comm-1.9.1
.include "${MASTERDIR}/Makefile"